typegame: typegame.c
	 cc -o typegame typegame.c -lcurses -ltermcap

clean:
	rm -f typegame typegame.o
back:
	cp typegame.c typegame.c.bak
