Remove Emacs garbage.
This commit is contained in:
parent
f70e43a073
commit
14f7aae080
|
@ -24,7 +24,7 @@ print: $(ALL)
|
||||||
$(PRINT) $(ALL)
|
$(PRINT) $(ALL)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.dvi *.aux *.toc *.log *.ps core @* ,*
|
rm -f *.dvi *.aux *.toc *.log *.ps core [#@,]* *~
|
||||||
|
|
||||||
.SUFFIXES: # Remove default suffixes
|
.SUFFIXES: # Remove default suffixes
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue