blob: 4f71dc87646da945b735b8848402df55bc718445 [file] [log] [blame]
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 $<