# HG changeset patch # User Steve Losh # Date 1678234224 18000 # Node ID 2174b2bb72ad32199179378ed65646c04e2331ad # Parent d2ec86ecbfcf64457fdf0a9e1bc3d57614a6964e Remove dependency on friendly-find in the Makefile diff -r d2ec86ecbfcf -r 2174b2bb72ad Makefile --- a/Makefile Tue Mar 07 19:08:32 2023 -0500 +++ b/Makefile Tue Mar 07 19:10:24 2023 -0500 @@ -1,6 +1,6 @@ .PHONY: all clean -lisps := $(shell ffind '\.(asd|lisp)$$') +lisps := $(shell find . '(' -name '*.lisp' -o -name '*.asd' ')') all: silt