summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-12-15 11:39:10 +0100
committerRemi Collet <remi@remirepo.net>2020-12-15 11:39:10 +0100
commit2168cb1b14d6824253594f232c0552a8ddf497e9 (patch)
tree4b0a113630f50189237b9243cc1619e49e7523ac /Makefile
new package - WIP - not readyHEADmaster
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