We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0257e79 commit 0b6a0f7Copy full SHA for 0b6a0f7
1 file changed
makefile
@@ -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