summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-01-06 13:38:50 +0100
committerRemi Collet <remi@remirepo.net>2020-01-06 13:38:50 +0100
commit82d6f0863e13fb73a99f54fa72f73d9e84455526 (patch)
tree88ba5ab150bf2611ca17afe67a3787000c77a6bb /Makefile
new package
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