diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-10-18 17:04:13 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-10-18 17:04:13 +0200 |
commit | 652dff45225c55af86a16880afc79b4165d00a55 (patch) | |
tree | 6e30387784b11a3c1230701eb8fc0d14bc34c7c2 /Makefile |
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..13af741 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../../common/Makefile + |