all: timelord

timelord:	timelord.c timelord.h
	cc -o timelord timelord.c -lcap

install:
	cp timelord /usr/local/cap

shar:
	/usr/local/shar Makefile *.h *.c tardis.hqx > timelord.1.2.shar

clean:
	rm -f timelord

spotless:
	rm -f timelord *.orig
