summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-11-09 08:43:59 +0100
committerRemi Collet <fedora@famillecollet.com>2012-11-09 08:43:59 +0100
commit1eca4abbea012c4804ef8e2fa5cf5d65bc7e3705 (patch)
tree927da2879f2767c3b3343bacaadfb56513db62ea
parent6b728ec72ce3b5195685bb45571d6f8d5270e7d1 (diff)
makefile
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..13af741
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+SRCDIR := $(shell pwd)
+NAME := $(shell basename $(SRCDIR))
+include ../../../common/Makefile
+