X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=Makefile;h=c2d3dd15c4774124e1cca84f4f52eed775f73149;hb=78398948dd83a319ed91a2fa8d843fbf30af39bc;hp=bced2e65bacac5cac43c385c0f939bae7473e0e6;hpb=24c6a76b401882f7c263d07efdf73109fa483128;p=tt.git diff --git a/Makefile b/Makefile index bced2e6..c2d3dd1 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,10 @@ install: raco pkg install +.PHONY: test +test: + raco test ./tt.rkt + .PHONY: remove remove: raco pkg remove tt