diff options
| author | Julien Voisin | 2022-07-20 15:42:11 +0200 |
|---|---|---|
| committer | GitHub | 2022-07-20 15:42:11 +0200 |
| commit | 74d46c7862ef6cc4ddd7c915689f037dcf778d0e (patch) | |
| tree | 0ca89faebc81b636ea47baf40cc1a6f35dcd17ed /Makefile | |
| parent | cbf0a9be15e4345bbe0da0c6be305434928ea759 (diff) | |
| parent | 27c95af26d825e33eda09f1a863443252f16e1ae (diff) | |
Merge pull request #429 from sektioneins/master
fixes+features 07/2022
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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 | ||
| 16 | install: release ## compile and install snuffleupagus | 17 | install: release ## compile and install snuffleupagus |
| 17 | make -C $(SRC) install | 18 | make -C $(SRC) install |
