summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-01-02 17:07:37 +0100
committerRemi Collet <remi@php.net>2023-01-02 17:07:37 +0100
commit25ef48e9da5dbba556467495809cb4949c9f6c8a (patch)
tree9c3f3a75d44b7ae219b70293649c578db2268bf1 /Makefile
import from EL-7
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
+