6 lines
88 B
Makefile
6 lines
88 B
Makefile
build: src/**.agda
|
|
agda src/Cat.agda
|
|
|
|
clean:
|
|
find src -name "*.agdai" -type f -delete
|