diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-11-09 08:43:59 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-11-09 08:43:59 +0100 |
commit | 3af3d9819a4f9306964ba9ed3451405db58ab9c5 (patch) | |
tree | d3dc2091969e5d349de21a5f05500828740ba0fe | |
parent | c81e846b178a7c025563821951ce704906d9016b (diff) |
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 + |