• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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