summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-10-04 18:15:26 +0200
committerRemi Collet <remi@remirepo.net>2017-10-04 18:15:26 +0200
commitb5f50048962c80b2b486e16dbb1d936cfd8850c6 (patch)
treeb85b944d466c05e803a3057e3da24d775e0f0856 /Makefile
parent797aab3e2e4f2c8489f97a00b1d2fef2f12608d5 (diff)
build the static library
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..91b0fd5
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+SRCDIR := $(shell pwd)
+NAME := $(shell basename $(SRCDIR))
+include ../../common/Makefile
+