summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-03-31 16:02:13 +0200
committerRemi Collet <remi@php.net>2022-03-31 16:02:13 +0200
commit89f3064041267f12d441bf4aa3605c6acef6a1bc (patch)
treef048c72ccd6d1986e04d5eb6e52b1f0cd0b20e28 /Makefile
dump v1
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
+