cat/Makefile

6 lines
65 B
Makefile
Raw Normal View History

2018-01-20 23:22:52 +00:00
build: src/**.agda
agda src/Cat.agda
clean:
rm src/**/*.agdai