Add chinese

This commit is contained in:
Nick Peng
2018-07-31 00:50:36 +08:00
parent edfc7a1d15
commit bb2e3a0e01
7 changed files with 809 additions and 9 deletions

View File

@@ -0,0 +1,12 @@
INSTALL = install
PREFIX = /usr/bin
po2lmo: src/po2lmo.o src/template_lmo.o
$(CC) $(LDFLAGS) -o src/po2lmo src/po2lmo.o src/template_lmo.o
install:
$(INSTALL) -m 755 src/po2lmo $(PREFIX)
clean:
$(RM) src/po2lmo src/*.o