Restrict scope of temp variables
[tt.git] / Makefile
index bced2e6..4e5863e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,10 @@
 .PHONY: install
 install:
-       raco pkg install
+       raco pkg install --deps search-auto
+
+.PHONY: test
+test:
+       raco test ./tt.rkt
 
 .PHONY: remove
 remove:
This page took 0.018254 seconds and 4 git commands to generate.