diff --git a/Makefile b/Makefile index 0ab335c..966fa99 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -lisps := $(shell find . -follow -type f \( -iname \*.asd -o -iname \*.lisp \) ! -name make-quickutils.lisp) +lisps := $(shell find . -follow -type f \( -iname \*.asd -o -iname \*.lisp \) ! -path "./vendor/*") all: vendor