summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-01-08 13:02:16 +0100
committerRemi Collet <remi@remirepo.net>2020-01-08 13:02:16 +0100
commit684c25223dd144a76f3d38a6c9a418f609fa1253 (patch)
treef8201eca7fcfd9815de2d2a957834f7584ba8086 /Makefile
parent78bf01c8f1bc398913e61750b8d1200cebaec682 (diff)
switch to Laminas
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..a2cd659
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,3 @@
+SRCDIR := $(shell pwd)
+NAME := $(shell basename $(SRCDIR))
+include ../../../common/Makefile