Skip to content

Commit

Permalink
Spit fire
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrink10 committed Jul 2, 2021
1 parent 8d540d5 commit 8891749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ test:
lispcore.py:
@BASILISP_DO_NOT_CACHE_NAMESPACES=true \
poetry run basilisp run -c \
'(with [f (python/open "lispcore.py" "w")] (.write f @#'"'"'basilisp.core/*generated-python*))'
'(spit "lispcore.py" @#'"'"'basilisp.core/*generated-python*)'
@poetry run black lispcore.py


Expand All @@ -44,4 +44,4 @@ pypy-shell:
--mount src=`pwd`,target=/usr/src/app,type=bind \
--workdir /usr/src/app \
pypy:3.6-7.3-slim-buster \
/bin/sh -c 'pip install -e . && basilisp repl'
/bin/sh -c 'pip install -e . && basilisp repl'

0 comments on commit 8891749

Please sign in to comment.