.PHONY: all clean veryclean

all:
	@$(MAKE) --no-print-directory -f Makefile.inc

clean:
	rm -f obj/*.o obj/*.d

veryclean: clean
	rm -f telehack
