summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-02-05 10:15:05 +0100
committerRemi Collet <remi@php.net>2024-02-05 10:15:05 +0100
commit986d6f487489ff4a457592ecc6ce08c84f8e2c59 (patch)
tree28990e27d5d0aa018b9de94d71a1d76cc6f5b1e4 /Makefile
dup v2
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
+