EXES=nos

all: test

build: test

test: $(EXES)

clean:
	-rm -f $(EXES) *.t *.s *.o *.tco *~

install:
	@echo "Nothing to install"

nos: nos.occ
	kroc $? ../exlibs/libex.a
