diff options
author | Remi Collet <fedora@famillecollet.com> | 2011-12-27 17:37:03 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2011-12-27 17:37:03 +0100 |
commit | 2b8a17a67319616af529452301853e0ebe0abbf4 (patch) | |
tree | ef6ba7fc5a962dc68a84c1a3206eb13a023bb2db /Makefile | |
parent | f27cfe11cf754603cc0c4fb52c2f83693919923f (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 + |