asuswrt-merlin.ng/release/src-rt-5.02axhnd.675x/router-sysdep.rt-ax82u/tmctl/Makefile
2021-12-31 02:13:45 +01:00

16 lines
195 B
Makefile

EXE = tmctl
ifneq ($(strip $(BUILD_TMCTL)),)
all:
@cp -f prebuilt/$(EXE) .
install: generic_exe_install
else
all:
install:
endif
clean:
dynamic: all install
include $(BUILD_DIR)/make.common