summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-04-12 08:35:15 +0200
committerRemi Collet <remi@remirepo.net>2021-04-12 08:35:15 +0200
commit612c5f548cf85ca4cc68f5ee97f0c2d3254e2d5e (patch)
tree9c6457f02bfccf8d317f0d92b57d280823ee3031 /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