mirror of
				https://github.com/Telecominfraproject/wlan-ap.git
				synced 2025-10-29 09:32:34 +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
 | 
