summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-12-25 09:32:01 +0100
committerRemi Collet <remi@php.net>2025-12-25 09:32:01 +0100
commitf9d80ff7e7375a6703071f2fb6a54d262e082e49 (patch)
treede8ca13a1445ae937649b27e07d8a8d95a1256e6 /Makefile
dup 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
+