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