cat/Makefile

12 lines
183 B
Makefile
Raw Normal View History

2018-01-20 23:22:52 +00:00
build: src/**.agda
agda src/Cat.agda
clean:
find src -name "*.agdai" -type f -delete
2018-05-15 14:08:29 +00:00
html:
agda --html src/Cat.agda
upload: html
scp -r html/ remote11.chalmers.se:www/cat/doc/