summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-01-14 16:24:54 +0100
committerRemi Collet <remi@remirepo.net>2020-01-14 16:24:54 +0100
commit0f15281166806937aae474523ce63f554555160a (patch)
treede8dd12f00c351f2b79f1281f088dac508301863 /Makefile
duplicate ZF
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..a2cd659
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,3 @@
+SRCDIR := $(shell pwd)
+NAME := $(shell basename $(SRCDIR))
+include ../../../common/Makefile