Cleaned git repository

parent 14a62e57
*.log
compilerbouw/
robotica/
*.aux
*.bz2
*.gz
*.log
*.nav
*.o
*.out
*.pdf
*.swp
*.swo
*.pyo
*.pyc
*.pyo
*.snm
*.swo
*.swp
*.toc
*.gz
compilerbouw/
robotica/
*.out
*.bz2
CFLAGS=-Wall -Wextra -pedantic -std=c99 -D_GNU_SOURCE -g -ggdb -O0
LDFLAGS=-lm
CFLAGS +=-Wall -Wextra -pedantic -std=c99 -D_GNU_SOURCE -g -ggdb -O0
LDFLAGS +=-lm
PROGS=test main
......
......@@ -7,4 +7,4 @@ report.pdf: report.tex
pdflatex $^
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