summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-11-21 11:24:16 +0100
committerRemi Collet <remi@remirepo.net>2019-11-21 11:24:16 +0100
commitf46d176af1237fd18ea4fb6eb9254897c187b650 (patch)
treeebae6d1d7488bbc956b34b6fdbe0f7351079bded /Makefile
parentbd9e77f0a7a8d34fbdc5f67552d333de01094388 (diff)
- update to 3.0.0
- move to /usr/share/php/Twig3 - raise dependency on PHP 7.2.9 - drop dependency on symfony/polyfill-mbstring
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..91b0fd5
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+SRCDIR := $(shell pwd)
+NAME := $(shell basename $(SRCDIR))
+include ../../common/Makefile
+