Don't need to load the asd file

This commit is contained in:
Benson Chu 2024-09-21 07:38:17 -05:00
parent 3645f6e477
commit c126a6ef6d

View file

@ -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)' \