summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJulien Voisin2022-07-20 15:42:11 +0200
committerGitHub2022-07-20 15:42:11 +0200
commit74d46c7862ef6cc4ddd7c915689f037dcf778d0e (patch)
tree0ca89faebc81b636ea47baf40cc1a6f35dcd17ed /Makefile
parentcbf0a9be15e4345bbe0da0c6be305434928ea759 (diff)
parent27c95af26d825e33eda09f1a863443252f16e1ae (diff)
Merge pull request #429 from sektioneins/master
fixes+features 07/2022
Diffstat (limited to 'Makefile')
-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