diff options
| author | jvoisin | 2018-08-27 10:43:40 +0200 |
|---|---|---|
| committer | jvoisin | 2018-08-27 10:43:40 +0200 |
| commit | 0dc4c17ac05eee1c0533696e0ed19546f2b90195 (patch) | |
| tree | 9bf241dbb32fa77d8d3fa9ab5e1c696f483a08b0 | |
| parent | 571438807f758deda883aabee3f42018a51d7ca7 (diff) | |
Fix the `make install`
| -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 |
