Refine Racket Makefile

This commit is contained in:
Tony Garnock-Jones 2019-07-01 21:47:21 +01:00
parent 97cd007bab
commit 2c20de2730
1 changed files with 3 additions and 1 deletions

View File

@ -15,5 +15,7 @@ link:
unlink:
raco pkg remove $(PACKAGENAME)
test: setup
test: setup testonly
testonly:
raco test -p $(PACKAGENAME)