tkfiles: tk.c tk.lib.c
tkofiles: tk.o tk.lib.o
.c.o:
	cc -c $<
tk: tkofiles
	cc -O tk.o tk.lib.o -lm -o tk
