summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index afde6b6..8470588 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,6 @@ clean: ## clean everything
6 cd src; phpize --clean 6 cd src; phpize --clean
7 7
8release: ## compile with releases flags 8release: ## compile with releases flags
9 sed -i "s/#define PHP_SNUFFLEUPAGUS_COMMIT \"\"/#define PHP_SNUFFLEUPAGUS_COMMIT \"($$(git log --pretty=format:'%h' -n 1))\"/" ./src/php_snuffleupagus.h
10 cd src; phpize 9 cd src; phpize
11 cd src; ./configure --enable-snuffleupagus 10 cd src; ./configure --enable-snuffleupagus
12 make -C src 11 make -C src