diff --git a/._Makefile b/._Makefile index aae682a..c2055de 100644 Binary files a/._Makefile and b/._Makefile differ diff --git a/Makefile b/Makefile index 42f3f05..b608e98 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,7 @@ main: httpd plugins httpd:$(SERVER) $(CC) $(CFLAGS) $(SERVERLIB) $(SERVER) -o $(BUILDIRD)/httpd httpd.c + cp antd $(BUILDIRD) %.o: %.c $(CC) $(CFLAGS) -c $< -o $@