mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
				synced 2025-11-03 20:18:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			149 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			149 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# Makefile
 | 
						|
#
 | 
						|
# Makefile for Poco PageCompiler Samples
 | 
						|
#
 | 
						|
 | 
						|
.PHONY: projects
 | 
						|
clean all: projects
 | 
						|
projects:
 | 
						|
	$(MAKE) -C HTTPTimeServer $(MAKECMDGOALS)
 |