luci-app-smartdns: rewrite luci-app in JavaScript

This commit is contained in:
Nick Peng
2020-02-01 11:56:48 +08:00
parent 7d1b850119
commit 80174d9da5
15 changed files with 1724 additions and 0 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