diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-09-29 18:39:43 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-09-29 18:39:43 +0200 |
commit | 17bced0f69ee3be27cce8c42ce7fe4405c6a06bd (patch) | |
tree | fa56933474fe067553eec13836702d36544dba07 /Makefile | |
parent | 1646e0f9b1c8ebe9d99b2abf06f25c9f947343ef (diff) |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
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 + |