Makefile (168B)
1 INCLUDES := -I.. -I../aux/include 2 CFLAGS += $(INCLUDES) -Wall 3 4 std: 5 $(CC) $(CFLAGS) -g3 -c std.c 6 $(CC) $(CFLAGS) -g3 -c dummy.c 7 8 clean: 9 rm -vf *.o 10 11 .PHONY: clean
![]() | libqaedaUnnamed repository; edit this file 'description' to name the repository. |
Info | Log | Files | Refs | README | LICENSE |