Skip to content

Commit

Permalink
fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
vindarel committed Nov 14, 2019
1 parent c3a3c90 commit c6fec5a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ all: test
build:
#TODO: update replic with multi args completion
$(LISP) --non-interactive \
--load ../replic/replic.asd \
--load bookshops.asd \
--eval '(ql:quickload :replic)' \
--eval '(ql:quickload :bookshops)' \
--eval '(asdf:make :bookshops)'

Expand Down

0 comments on commit c6fec5a

Please sign in to comment.