mirror of
https://git8.cs.fau.de/theses/bsc-leon-vatthauer.git
synced 2024-05-31 07:28:34 +02:00
fix makefile
This commit is contained in:
parent
fa5c81f587
commit
bfb437ea36
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -14,7 +14,7 @@ agda: Everything.agda
|
||||||
cp Agda.css public/Agda.css
|
cp Agda.css public/Agda.css
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f src/Everything.agda
|
rm -f Everything.agda
|
||||||
rm -rf public/*
|
rm -rf public/*
|
||||||
find . -name '*.agdai' -exec rm \{\} \;
|
find . -name '*.agdai' -exec rm \{\} \;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue