diff --git a/Makefile b/Makefile index 3599212..de0600d 100644 --- a/Makefile +++ b/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)' \