summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-10-11 10:05:12 +0200
committerRemi Collet <remi@php.net>2024-10-11 10:05:12 +0200
commit6a0be7a4761e60b718a8776009b6a2a9b87a283b (patch)
tree778ae5427bb1c1d6cc8767dabda603b0968be59d /Makefile
new projectv0.1.0
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