Don't need to load the asd file
This commit is contained in:
parent
3645f6e477
commit
c126a6ef6d
1 changed files with 0 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -13,7 +13,6 @@ fast: $(BUILDDIR)/pegrep
|
|||
$(BUILDDIR)/pegrep-debug: $(LIBS)
|
||||
$(EXE) $(FLAGS) \
|
||||
--load $(QL)/setup.lisp \
|
||||
--load ./src/pegrep.asd \
|
||||
--eval '(ql:quickload :alexandria)' \
|
||||
--eval '(asdf:disable-output-translations)' \
|
||||
--eval '(asdf:load-system :pegrep/debug)' \
|
||||
|
|
@ -23,7 +22,6 @@ $(BUILDDIR)/pegrep-debug: $(LIBS)
|
|||
$(BUILDDIR)/pegrep: $(LIBS)
|
||||
$(EXE) $(FLAGS) \
|
||||
--load $(QL)/setup.lisp \
|
||||
--load ./src/pegrep.asd \
|
||||
--eval '(ql:quickload :alexandria)' \
|
||||
--eval '(asdf:disable-output-translations)' \
|
||||
--eval '(asdf:load-system :pegrep)' \
|
||||
|
|
|
|||
Loading…
Reference in a new issue