summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-01-08 14:43:06 +0100
committerRemi Collet <remi@remirepo.net>2020-01-08 14:43:06 +0100
commit855eb897a4c4baa05e4df17f1267679f622d0188 (patch)
tree4f4d2bc9283a415d4f2f12d694d12b5bfb6778bc /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