diff options
author | Remi Collet <fedora@famillecollet.com> | 2011-12-22 16:25:40 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2011-12-22 16:25:40 +0100 |
commit | 50ba783d626f105f24a2f2b81f96bf766209b376 (patch) | |
tree | 73c42bf76d7f6a0797af67a8216c8e6f64db199e /Makefile |
clean layout
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 + |