OBJS = std_scr.o linux_scr.o std_kbd.o linux_kbd.o gameio.o

all: gameio.a
gameio.a: $(OBJS)

clean:
	rm -f *.o *.a

-include ../Makefile.lib
