summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 51c6cc9..6d5b004 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,7 @@ release: ## 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) 14 make -C $(SRC)
15 strip $(SRC)/.libs/snuffleupagus.so
15 16
16install: release ## compile and install snuffleupagus 17install: release ## compile and install snuffleupagus
17 make -C $(SRC) install 18 make -C $(SRC) install