mktclapp:   mktclapp.c
	$(CC) -o mktclapp -Wall mktclapp.c

install:   mktclapp
	cp mktclapp ../local/bin

