# HG changeset patch # User Steve Losh # Date 1498225603 0 # Node ID b006652f8a180e478171e8e4b2343223365d1e42 # Parent d6aa232e6306f495ce8fbc6983d96496a459d627 Add phonies to makefile diff -r d6aa232e6306 -r b006652f8a18 Makefile --- a/Makefile Fri Jun 23 13:28:48 2017 +0000 +++ b/Makefile Fri Jun 23 13:46:43 2017 +0000 @@ -1,4 +1,4 @@ -.PHONY: vendor pubdocs +.PHONY: vendor pubdocs test test-sbcl test-ccl test-ecl test-abcl sourcefiles = $(shell ffind --full-path --literal .lisp) docfiles = $(shell ls docs/*.markdown)