mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-28 17:12:22 +00:00
9 lines
118 B
Makefile
9 lines
118 B
Makefile
.PHONY: all purge
|
|
|
|
all:
|
|
./dock-run.sh ./build.sh $(TARGET)
|
|
|
|
purge:
|
|
cd openwrt && rm -rf * && rm -rf .*
|
|
@echo Done
|