summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-08-28 16:32:39 +0200
committerRemi Collet <remi@php.net>2024-08-28 16:32:39 +0200
commit030c02ab38f20501ed5fd6951d0b3cae0f008e04 (patch)
tree41c258e1c004c9fc3c95befb0dea8d1545848c74 /Makefile
initial package, version 1.0.0RC1
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
+