TARGET = all: $(TARGET) clean: rm -f *.dvi *.log *.aux *.toc *.bbl *.blg *~ *.core cleandir: clean rm -f $(TARGET) Ctrl*alt