summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-10-04 16:26:31 +0200
committerRemi Collet <remi@php.net>2024-10-04 16:26:31 +0200
commit7c7bd7b427135a73d543d2477140629c42ff23bf (patch)
treea80c07bb2dae40a3949b14295ebe55c8d0e3fbf9 /Makefile
Initial package from dev-main
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..cd3c95f
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,3 @@
+SRCDIR := $(shell pwd)
+NAME := $(shell basename $(SRCDIR))
+include ../common/Makefile