From f4528da2c86ea49bc2ae0f32189605b7abad7957 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Mon, 15 Dec 2014 12:56:13 +0100 Subject: [PATCH] update makefile with clobber --- thesis2/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.20.1