diff options
author | Remi Collet <fedora@famillecollet.com> | 2010-10-02 10:01:36 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2010-10-02 10:01:36 +0200 |
commit | ba0620fb6d74e94525a3256b4c5204fb3f5a247f (patch) | |
tree | a5c562c23f43beef861722c0debb3d2ee4912f5c /Makefile |
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 + |