summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-07-25 13:00:42 +0200
committerRemi Collet <remi@php.net>2024-07-25 13:00:42 +0200
commitc0b0db808059baeda1204c3140a35b85f47e7189 (patch)
treeb12eba9e910d5c090c6a9f13977cd8be3923ad23 /Makefile
initial package, test build of upcoming version 1.1.0
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
+