diff options
author | Remi Collet <fedora@famillecollet.com> | 2010-08-15 20:43:34 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2010-08-15 20:43:34 +0200 |
commit | 077b8e0d62f3b732188ab2356f8cae35ba00a82c (patch) | |
tree | bbe6511aa08e401c9ab10543325ae2484833995b /Makefile | |
parent | 02996db3ba642944401135dab8daedf0f4922c54 (diff) |
rename
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 + |