llvm-project/lldb/packages/Python/lldbsuite/test/functionalities/step-avoids-no-debug/Makefile

7 lines
132 B
Makefile

C_SOURCES := with-debug.c without-debug.c
include Makefile.rules
without-debug.o: without-debug.c
$(CC) $(CFLAGS_NO_DEBUG) -c $<