From: Mart Lubbers Date: Mon, 15 Dec 2014 11:56:13 +0000 (+0100) Subject: update makefile with clobber X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=f4528da2c86ea49bc2ae0f32189605b7abad7957;p=bsc-thesis1415.git update makefile with clobber --- diff --git a/thesis2/Makefile b/thesis2/Makefile index eede629..9b75466 100644 --- a/thesis2/Makefile +++ b/thesis2/Makefile @@ -1,5 +1,5 @@ SHELL:=/bin/bash -VERSION:=0.4 +VERSION:=0.5 all: thesis @@ -20,5 +20,7 @@ pack: clean clean: - rm -vf *.{aux,bbl,blg,dvi,log,out,pdf,toc,dot,ps,pyg} log.txt scheme[12].xsd + rm -vf *.{aux,bbl,blg,dvi,log,out,toc,dot,ps,pyg} log.txt scheme[12].xsd +clobber: clean + rm -vf *.pdf