summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-01-06 11:21:35 +0100
committerRemi Collet <remi@php.net>2022-01-06 11:21:35 +0100
commitd48d7182b11ac16f17297b1ff7954666e11fe15c (patch)
treef81f9695db5dd9d64ba4cff781cc8194946f1c32 /Makefile
duplicate v2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..a2cd659
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,3 @@
+SRCDIR := $(shell pwd)
+NAME := $(shell basename $(SRCDIR))
+include ../../../common/Makefile