X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=Makefile;h=4e5863e144730bbb1321f2c23aae35f94bace598;hb=26d172a9fb38101f3cc64eed8f2366309d55b9d2;hp=bced2e65bacac5cac43c385c0f939bae7473e0e6;hpb=24c6a76b401882f7c263d07efdf73109fa483128;p=tt.git diff --git a/Makefile b/Makefile index bced2e6..4e5863e 100644 --- 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: