diff options
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -11,7 +11,7 @@ clean: ## clean everything | |||
| 11 | release: ## compile with releases flags | 11 | 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) -j4 clean all | 14 | make -C $(SRC) |
| 15 | 15 | ||
| 16 | install: release ## compile and install snuffleupagus | 16 | install: release ## compile and install snuffleupagus |
| 17 | make -C $(SRC) install | 17 | make -C $(SRC) install |
