diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-01-08 08:11:04 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-01-08 08:11:04 +0100 |
commit | dc80ff89d4493fd5dbc2d7206db2ec946c33251e (patch) | |
tree | 04dc3892c130a26beb6720e5858e56dfe2e7c918 /Makefile | |
parent | 3731d85aa9c1bbd2b060d62a8e7b29c0ca72e123 (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..91b0fd5 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../common/Makefile + |