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