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