Skip to content

Commit

Permalink
Replace shell functions with built in make functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Zackeus Bengtsson committed Feb 9, 2020
1 parent 3a0dd08 commit 70a487e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ thesis.pdf: $(SRCS)
pdflatex $(LATEX_FLAGS) thesis

clean:
-rm \
thesis-gnuplottex* \
thesis.{gnuploterrors,aux,bbl,bcf,blg,lof,log,lol,lot,out,pdf,run.xml,toc}
-@$(RM) \
$(wildcard thesis-gnuplottex*) \
$(addprefix thesis,.gnuploterrors .aux .bbl .bcf .blg .lof .log .lol .lot .out .pdf .run.xml .toc)
.PHONY: clean

0 comments on commit 70a487e

Please sign in to comment.