EXES=nos

all: test

build: test

test: $(EXES)

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

install:
	@echo "Nothing to install"

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