diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-03-20 10:45:46 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-03-20 10:45:46 +0100 |
commit | 3f927a7f3bb6554cab83c2c0ae8aa2cae01b80cb (patch) | |
tree | 17babf44c0254214dd3ded64c6736c675a1b72a4 /Makefile | |
parent | 6c5565b8d501c25466d2b3977d4156204cb4be10 (diff) |
icu: drop this version
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 + |