summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-07-03 15:36:19 +0200
committerRemi Collet <remi@php.net>2024-07-03 15:36:19 +0200
commit50d8866d80e5b0b90107d813ada6147494612f36 (patch)
tree4f7be0e73e4aa4b25cbc3b433716c40bfa9e33f1 /Makefile
dup 8.3
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
+