summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-06-11 12:17:54 +0200
committerRemi Collet <remi@remirepo.net>2018-06-11 12:17:54 +0200
commit10e9b83b9934486dd8c50fe0832332cd58fab26d (patch)
tree11b1afedd53d7db3ed8fc952f5ac2b721395afe3 /Makefile
Initial packaging with cache, collection, core, database, database and utility sub-packages
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..c353103
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+SRCDIR := $(shell pwd)
+NAME := $(shell basename $(SRCDIR))
+include ../../common/Makefile
+
+