Rename malloc.c to alloc.c, and my master Makefile to GNUmakefile,
[sgt/agedu] / GNUmakefile
similarity index 91%
rename from Makefile
rename to GNUmakefile
index 1c12460..339cc15 100644 (file)
--- a/Makefile
@@ -13,7 +13,7 @@ CFLAGS = -Wall --std=c99 -pedantic $(XFLAGS)
 
 -include Makefile.local
 
-AGEDU_MODULES := agedu du malloc trie index html httpd fgetline licence
+AGEDU_MODULES := agedu du alloc trie index html httpd fgetline licence
 AGEDU_OBJS := $(patsubst %,%.o,$(AGEDU_MODULES))
 
 ALLMODULES := $(sort $(AGEDU_MODULES))