summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-09-23 07:41:34 +0200
committerRemi Collet <fedora@famillecollet.com>2010-09-23 07:41:34 +0200
commitc219d95570770c07b6a12fa8cdd18b195a0879e6 (patch)
tree8d19c0e40362911399e761f0c046fbf66033f757
parent2417b1e017e2ed19ef7b733cbd4277cd7f9d0abf (diff)
gmusicbrowser add Makfile
-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
+