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

9 lines
175 B
Makefile
Raw Normal View History

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