[clhp-cvs] CVS update: clhp/examples/Makefile
Anthony Ventimiglia
aventimiglia at common-lisp.net
Wed Oct 15 14:05:58 UTC 2003
Update of /project/clhp/cvsroot/clhp/examples
In directory common-lisp.net:/tmp/cvs-serv10945/examples
Modified Files:
Makefile
Log Message:
Moved test-suite out of cgi-test into its own file, now I can write
tests for clhp as well. Modified Makefiles to deal with the new
directory. Now running make check from the toplevel runs the tests.
Date: Wed Oct 15 10:05:57 2003
Author: aventimiglia
Index: clhp/examples/Makefile
diff -u clhp/examples/Makefile:1.3 clhp/examples/Makefile:1.4
--- clhp/examples/Makefile:1.3 Wed Oct 15 08:50:51 2003
+++ clhp/examples/Makefile Wed Oct 15 10:05:57 2003
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 2003/10/15 12:50:51 aventimiglia Exp $
+# $Id: Makefile,v 1.4 2003/10/15 14:05:57 aventimiglia Exp $
#
# CLHP the Common Lisp Hypertext Preprocessor
# (C) 2003 Anthony J Ventimiglia
@@ -57,7 +57,8 @@
all: $(BINS)
-.PHONY: all clean install uninstall clean-all clean-backups check-install-path
+.PHONY: all clean install uninstall clean-all clean-backups \
+ check-install-path check
%.x86f: %.lisp
$(LISPC) $<
More information about the Clhp-cvs
mailing list