diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-06-30 07:34:00 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-06-30 07:34:00 +0200 |
commit | 91ea40a6532def84a113928c51dc82c8615c0666 (patch) | |
tree | 33bca157ef6932bb16808671e09f2e896311de3f /Makefile | |
parent | d6528c2e454912c72e155b033a92c0f65309543c (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..13af741 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../../common/Makefile + |