summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-03-02 09:22:09 +0100
committerRemi Collet <remi@remirepo.net>2021-03-02 09:22:09 +0100
commitbe2cbc1bc1736f5c0233b2f26bdd2e75d317d739 (patch)
tree2c431253f357729325a8bee46a982cb7e3f04e32 /Makefile
initial package
add build fix with PHP 8 from https://github.com/wikimedia/php-excimer/pull/1
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..13af741
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+SRCDIR := $(shell pwd)
+NAME := $(shell basename $(SRCDIR))
+include ../../../common/Makefile
+