xref: /llvm-project/lldb/test/API/functionalities/step-avoids-no-debug/Makefile (revision 99451b4453688a94c6014cac233d371ab4cc342d)
1C_SOURCES := with-debug.c without-debug.c
2
3include Makefile.rules
4
5without-debug.o: without-debug.c
6	$(CC) $(CFLAGS_NO_DEBUG) -c $<
7