Explorar o código

Use .gitignore to clean up

Matthias Vogelgesang %!s(int64=10) %!d(string=hai) anos
pai
achega
c07cd665c3
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Makefile

+ 2 - 2
Makefile

@@ -10,8 +10,8 @@ PDF=$(patsubst %.tex,%.pdf,$(TEX))
 all: $(PDF)
 
 
-clean: $(PDF)
-	rm -f $(PDF)
+clean:
+	rm -f $(shell cat .gitignore)
 
 
 %.tex: %.tex.in $(RESUME)