Skip to content

Commit 0b6a0f7

Browse files
committed
Add makefile
1 parent 0257e79 commit 0b6a0f7

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

makefile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.PHONY: test
2+
3+
install:
4+
julia -e 'using Pkg; Pkg.develop(path=".");'
5+
6+
uninstall:
7+
julia -e 'using Pkg; Pkg.rm("MatricesForHomalg");'
8+
9+
test:
10+
julia -e 'using Pkg; Pkg.test("MatricesForHomalg");'

0 commit comments

Comments
 (0)