asuswrt-merlin.ng/release/src-rt-5.02axhnd.675x/router-sysdep.rt-ax58u/wlan/util/Makefile

13 lines
145 B
Makefile

EXE = nvramUpdate
all:
@cp -f prebuilt/$(EXE) .
install: generic_exe_install
clean:
dynamic: all install
include $(BUILD_DIR)/make.common