summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2011-10-03 20:11:34 +0200
committerRemi Collet <fedora@famillecollet.com>2011-10-03 20:11:34 +0200
commit2e00eeca8d0b83088ed6746df28a71d38fb244b8 (patch)
treea5976531249e0fa5b02825f21ab805bdf2337157
parent659b71b40123ac50193343d72ec0dbbec59903ea (diff)
missing makefile
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..1e65467
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+SRCDIR := $(shell pwd)
+NAME := $(shell basename $(SRCDIR))
+include ../common/Makefile
+