summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-07-24 16:26:04 +0200
committerRemi Collet <remi@php.net>2025-07-24 16:26:04 +0200
commit225387adbb4ad9888acd29aec7f99a90124d10ea (patch)
treee67ef79dcad91a0b99138807222005850707949f /Makefile
initial package
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..1e65467
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+SRCDIR := $(shell pwd)
+NAME := $(shell basename $(SRCDIR))
+include ../common/Makefile
+