3 lines
		
	
	
	
		
			82 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
	
		
			82 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # Simple makefile for simple example
 | |
| PROGRAM=cpp_01_tasks
 | |
| include ../../common.mk
 |