asuswrt-merlin.ng/release/src-rt-5.04axhnd.675x/router-sysdep.rt-ax82u_v2/atmctl_lib/Makefile
2023-09-21 00:22:26 +02:00

13 lines
154 B
Makefile

LIB = libatmctl.so
all:
@cp -f prebuilt/$(LIB) .
install: generic_private_lib_install
clean:
dynamic: all install
include $(BUILD_DIR)/make.common