CFLAGS= -c -LIB -D_MINIX -D_POSIX_SOURCE

all:
	@$(CC) $(CFLAGS) *.c *.s

clean:	
	@rm -f peekpoke.s portio.s *.bak
