diff --git a/Makefile b/Makefile index 900f8f4..0dce987 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,5 @@ clean: rm -r ./build; install: - $(MAKE) clean; $(MAKE); cp -r ./build /srv/http/build;