diff options
| -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 |
