annotate lldb/test/API/functionalities/step-avoids-no-debug/Makefile @ 227:21e6aa2e49ef

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 19 Jul 2021 06:57:16 +0900
parents 1d019706d866
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 C_SOURCES := with-debug.c without-debug.c
anatofuz
parents:
diff changeset
2
anatofuz
parents:
diff changeset
3 include Makefile.rules
anatofuz
parents:
diff changeset
4
anatofuz
parents:
diff changeset
5 without-debug.o: without-debug.c
anatofuz
parents:
diff changeset
6 $(CC) $(CFLAGS_NO_DEBUG) -c $<