Update makefile
This commit is contained in:
parent
98cad057d5
commit
08046d05dc
4
Makefile
4
Makefile
|
@ -4,8 +4,10 @@ build: src/**.agda
|
||||||
clean:
|
clean:
|
||||||
find src -name "*.agdai" -type f -delete
|
find src -name "*.agdai" -type f -delete
|
||||||
|
|
||||||
html:
|
html: src/**.agda
|
||||||
agda --html src/Cat.agda
|
agda --html src/Cat.agda
|
||||||
|
|
||||||
upload: html
|
upload: html
|
||||||
scp -r html/ remote11.chalmers.se:www/cat/doc/
|
scp -r html/ remote11.chalmers.se:www/cat/doc/
|
||||||
|
|
||||||
|
.PHONY: upload clean
|
||||||
|
|
Loading…
Reference in a new issue