Files
wlan-ap/Makefile
2021-03-25 12:19:47 +01:00

9 lines
118 B
Makefile

.PHONY: all purge
all:
./dock-run.sh ./build.sh $(TARGET)
purge:
cd openwrt && rm -rf * && rm -rf .*
@echo Done