mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 09:01:40 +01:00 
			
		
		
		
	
		
			
	
	
		
			9 lines
		
	
	
		
			173 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			173 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| 
								 | 
							
								#
							 | 
						||
| 
								 | 
							
								# This is a project Makefile for the example project.
							 | 
						||
| 
								 | 
							
								# See 'test' subdirectory for the test subproject.
							 | 
						||
| 
								 | 
							
								#
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								PROJECT_NAME := unit_test
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								include $(IDF_PATH)/make/project.mk
							 |