mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-09-16 04:04:27 +08:00
add luci-app-udp2raw and udp2raw-openwrt-makefile
This commit is contained in:
12
third-party/luci-app-udp2raw/tools/po2lmo/Makefile
vendored
Normal file
12
third-party/luci-app-udp2raw/tools/po2lmo/Makefile
vendored
Normal 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
|
Reference in New Issue
Block a user