include ../config.mak

clean:
	rm -f *~
install:
	install -d $(man1dir)
	install -m 444 gcin.1 gcin2tab.1 $(man1dir)
