diff options
author | Remi Collet <fedora@famillecollet.com> | 2011-12-22 16:52:29 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2011-12-22 16:52:29 +0100 |
commit | bc5693cc594406b34691a001191771898cf2e447 (patch) | |
tree | 5868175262971b9674876e106267fda6576bf53f /Makefile | |
parent | 2e5013b06612bcfdf8050c569cd9f12a758e8fa4 (diff) |
move repo
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 + |