Cleaned git repository

parent 14a62e57
*.log compilerbouw/
robotica/
*.aux *.aux
*.bz2
*.gz
*.log
*.nav
*.o *.o
*.out
*.pdf *.pdf
*.swp
*.swo
*.pyo
*.pyc *.pyc
*.pyo
*.snm
*.swo
*.swp
*.toc *.toc
*.gz
compilerbouw/
robotica/
*.out
*.bz2
CFLAGS=-Wall -Wextra -pedantic -std=c99 -D_GNU_SOURCE -g -ggdb -O0 CFLAGS +=-Wall -Wextra -pedantic -std=c99 -D_GNU_SOURCE -g -ggdb -O0
LDFLAGS=-lm LDFLAGS +=-lm
PROGS=test main PROGS=test main
......
...@@ -7,4 +7,4 @@ report.pdf: report.tex ...@@ -7,4 +7,4 @@ report.pdf: report.tex
pdflatex $^ pdflatex $^
clean: clean:
rm report.pdf rm -vf report.pdf
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment