summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-01-06 11:27:11 +0100
committerRemi Collet <remi@php.net>2022-01-06 11:27:11 +0100
commit734839e12a07bf053ecf28e5bb51d437792ac9d6 (patch)
tree163974ed27a186a77bd7d338232e93466241341c /Makefile
dup v3
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