Skip to content

Commit

Permalink
Update ignore and Makeifle
Browse files Browse the repository at this point in the history
  • Loading branch information
jgfouca committed Jul 21, 2016
1 parent c55685f commit 9a48ff1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
*~
*~
*.aux
*.log

9 changes: 2 additions & 7 deletions ndsgame4/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@
.PHONY : clean

all: game_diary.tex
pdf

dot: class-diagram-opt.dot class-diagram-dbg.dot class-diagram-ver.dot
dot -Tps class-diagram-opt.dot -o class-diagram-opt.ps
dot -Tps class-diagram-dbg.dot -o class-diagram-dbg.ps
dot -Tps class-diagram-ver.dot -o class-diagram-ver.ps
pdflatex game_diary

clean:
-@rm -f thesis.dvi thesis.ps thesis.pdf *~ *.log *.aux
-@rm -f game_diary.aux game_diary.log game_diary.pdf

0 comments on commit 9a48ff1

Please sign in to comment.