12 lines
		
	
	
		
			126 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			126 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# Makefile for liby
 | 
						|
 | 
						|
CPPFLAGS+=-O -D_MINIX -D_POSIX_SOURCE -wo
 | 
						|
 | 
						|
LIB=	y
 | 
						|
 | 
						|
SRCS=	\
 | 
						|
	main.c \
 | 
						|
	yyerror.c
 | 
						|
 | 
						|
.include <minix.lib.mk>
 |