1 2 3 4 5 6 7 8
FILENAME=diplomarbeit all: rubber -d $(FILENAME).tex clean: ls $(FILENAME).* | \ grep -v .tcp | \ grep -v .tex | \ xargs rm