########################################################################################
# Makefile for "bootstrap interpreter"
# B. Boser,  1/95

CS	= cs

########################################################################################
# make interpreter with the interface specified in CLASSES
#
all:		browser.sa browser.commands
		@echo compiling browser ...
		@$(CS) -only_reachable -com browser.commands
