From 6cbdb7f7424f341201a2f53987a82506ed7ef723 Mon Sep 17 00:00:00 2001 From: wes Date: Thu, 23 Jun 2016 22:50:52 -0400 Subject: [PATCH] update Makefile to be less error prone --- Makefile | 1 - 1 file changed, 1 deletion(-) 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;