diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-10-27 11:30:46 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-10-27 11:30:46 +0100 |
commit | 029ee9d8d3557655c6b8de1611e97800889e470b (patch) | |
tree | 69b5d06dd2219741453f972fe2b109630c0a7a25 /Makefile |
icu-last: import from rawhide/icu
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 + |