Changeset 3535

Show
Ignore:
Timestamp:
07/21/08 16:58:36 (4 months ago)
Author:
ksprotte
Message:

added Makefile 'start' target for bos

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/projects/bos/Makefile

    r3478 r3535  
    2020clean: cleancore 
    2121 
     22.PHONY: start 
     23start: bos.core 
     24        sbcl --core bos.core --eval '(start)' 
     25 
    2226# TAGS 
    2327TAGS: