diff --git a/.gitignore b/.gitignore index 88ccd05..f7527c2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ **/compiled/ -.setup \ No newline at end of file +.setup +*.rkt~ +*.swp diff --git a/Makefile b/Makefile index 9176a33..ebaf0f6 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,4 @@ +.PHONY: all test all: .setup raco setup smol-http