[bknr-cvs] ksprotte changed trunk/projects/bos/Makefile
BKNR Commits
bknr at bknr.net
Mon Jul 21 14:58:36 UTC 2008
Revision: 3535
Author: ksprotte
URL: http://bknr.net/trac/changeset/3535
added Makefile 'start' target for bos
U trunk/projects/bos/Makefile
Modified: trunk/projects/bos/Makefile
===================================================================
--- trunk/projects/bos/Makefile 2008-07-21 09:20:25 UTC (rev 3534)
+++ trunk/projects/bos/Makefile 2008-07-21 14:58:36 UTC (rev 3535)
@@ -19,6 +19,10 @@
.PHONY: clean
clean: cleancore
+.PHONY: start
+start: bos.core
+ sbcl --core bos.core --eval '(start)'
+
# TAGS
TAGS:
find . -name '*.lisp' | xargs etags -a
More information about the Bknr-cvs
mailing list