7 lines
		
	
	
		
			46 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			46 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
CFLAGS=-Wall -g
 | 
						|
 | 
						|
clean:
 | 
						|
		rm -f ex1
 | 
						|
all:
 | 
						|
	ex1
 |