b006652f8a18

Add phonies to makefile
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Fri, 23 Jun 2017 13:46:43 +0000
parents d6aa232e6306
children ca108d2f3b79
branches/tags (none)
files Makefile

Changes

--- 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)