X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/agedu/blobdiff_plain/70322ae3751bc07ac749dffad79a5f3420e67b55..cfe942fb3391ae80e816272d7baa45be30e5e7ec:/Makefile diff --git a/Makefile b/Makefile index 2e615eb..c848ee7 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 +AGEDU_MODULES := agedu du malloc trie index html httpd fgetline AGEDU_OBJS := $(patsubst %,%.o,$(AGEDU_MODULES)) ALLMODULES := $(sort $(AGEDU_MODULES))