cat/Makefile

6 lines
88 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