summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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