X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/agedu/blobdiff_plain/16e591d6616a4a795dc0a8564b9ecbe4b42565b7..5a29503dccf98dc8f549d682f543f65d7648869e:/Makefile diff --git a/Makefile b/Makefile index c848ee7..1c12460 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ CFLAGS = -Wall --std=c99 -pedantic $(XFLAGS) -include Makefile.local -AGEDU_MODULES := agedu du malloc trie index html httpd fgetline +AGEDU_MODULES := agedu du malloc trie index html httpd fgetline licence AGEDU_OBJS := $(patsubst %,%.o,$(AGEDU_MODULES)) ALLMODULES := $(sort $(AGEDU_MODULES))