mirror of
				https://github.com/espressif/esp-mqtt.git
				synced 2025-11-04 00:52:16 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			270 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			270 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
 | 
						|
# project subdirectory.
 | 
						|
#
 | 
						|
PROJECT_NAME := mqtt_publish
 | 
						|
 | 
						|
EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/common_components/protocol_examples_common
 | 
						|
 | 
						|
include $(IDF_PATH)/make/project.mk
 |