diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -11,7 +11,7 @@ release: ## compile with releases flags | |||
| 11 | make -C src | 11 | make -C src |
| 12 | 12 | ||
| 13 | install: release ## compile and install snuffleupagus | 13 | install: release ## compile and install snuffleupagus |
| 14 | make -C install | 14 | make -C src install |
| 15 | 15 | ||
| 16 | debug: ## compile a debug build | 16 | debug: ## compile a debug build |
| 17 | cd src; phpize | 17 | cd src; phpize |
