12 lines
		
	
	
	
		
			126 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
	
		
			126 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
|   | 
 | ||
|  | CC =		m68k-cbm-amigados-gcc | ||
|  | CFLAGS =	-Wall -O2 | ||
|  | 
 | ||
|  | 
 | ||
|  | All:		dmesg | ||
|  | 
 | ||
|  | 
 | ||
|  | dmesg:		dmesg.c | ||
|  | 		$(CC) $(CFLAGS) -o dmesg dmesg.c -noixemul | ||
|  | 
 |