summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2018-08-27 10:43:40 +0200
committerjvoisin2018-08-27 10:43:40 +0200
commit0dc4c17ac05eee1c0533696e0ed19546f2b90195 (patch)
tree9bf241dbb32fa77d8d3fa9ab5e1c696f483a08b0
parent571438807f758deda883aabee3f42018a51d7ca7 (diff)
Fix the `make install`
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b642b26..bc39a8c 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ release: ## compile with releases flags
11 make -C src 11 make -C src
12 12
13install: release ## compile and install snuffleupagus 13install: release ## compile and install snuffleupagus
14 make -C install 14 make -C src install
15 15
16debug: ## compile a debug build 16debug: ## compile a debug build
17 cd src; phpize 17 cd src; phpize