Cleanup lol

This commit is contained in:
xenia 2020-04-10 18:54:53 -04:00
parent 4e7b8b74a3
commit ae1c6cbeb2
2 changed files with 4 additions and 1 deletions

4
.gitignore vendored
View File

@ -1,2 +1,4 @@
**/compiled/ **/compiled/
.setup .setup
*.rkt~
*.swp

View File

@ -1,3 +1,4 @@
.PHONY: all test
all: .setup all: .setup
raco setup smol-http raco setup smol-http