Makefile uses included libraries
This commit is contained in:
parent
326951d826
commit
636b5f3e27
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
||||||
build: src/**.agda
|
build: src/**.agda
|
||||||
agda src/Cat.agda
|
agda --library-file ./libraries src/Cat.agda
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
find src -name "*.agdai" -type f -delete
|
find src -name "*.agdai" -type f -delete
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 55ad461aa4fc6cf22e97812b7ff8128b3c7a902c
|
Subproject commit 209626953d56294e9bd3d8892eda43b844b0edf9
|
Loading…
Reference in a new issue