Update makefile

This commit is contained in:
Frederik Hanghøj Iversen 2018-05-29 15:35:20 +02:00
parent 98cad057d5
commit 08046d05dc
1 changed files with 3 additions and 1 deletions

View File

@ -4,8 +4,10 @@ build: src/**.agda
clean:
find src -name "*.agdai" -type f -delete
html:
html: src/**.agda
agda --html src/Cat.agda
upload: html
scp -r html/ remote11.chalmers.se:www/cat/doc/
.PHONY: upload clean