5 lines
		
	
	
		
			36 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			36 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
CFLAGS=-Wall -g
 | 
						|
 | 
						|
clean:
 | 
						|
		rm -f ex1
 | 
						
CFLAGS=-Wall -g
 | 
						|
 | 
						|
clean:
 | 
						|
		rm -f ex1
 |