summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cbe9b3b..c480593 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ clean: ## clean everything
11release: ## compile with releases flags 11release: ## compile with releases flags
12 cd $(SRC); phpize 12 cd $(SRC); phpize
13 cd $(SRC); ./configure --enable-snuffleupagus 13 cd $(SRC); ./configure --enable-snuffleupagus
14 make -C $(SRC) -j4 clean all 14 make -C $(SRC)
15 15
16install: release ## compile and install snuffleupagus 16install: release ## compile and install snuffleupagus
17 make -C $(SRC) install 17 make -C $(SRC) install