4 lines
		
	
	
	
		
			118 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			118 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # Simple makefile for simple example
 | |
| PROGRAM=cpp_01_tasks
 | |
| EXTRA_COMPONENTS=extras/cpp_support
 | |
| include ../../common.mk
 |