summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-08-29 17:33:47 +0200
committerRemi Collet <remi@php.net>2023-08-29 17:33:47 +0200
commit7ac36cab3239970c55e9158f8681085da8d37b50 (patch)
tree55d3432ecae08dfc663330ed7d6aeb652e15afe9 /Makefile
update to 0.1.2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..d5c5f4d
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+SRCDIR := $(shell pwd)
+NAME := $(shell basename $(SRCDIR))
+include ../../../common/Makefile
+
+