EXES=nos

all: test

build: test

test: $(EXES)

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

install:
	@echo "Nothing to install"

nos: nos.occ
	kroc -s $? -L../exlibs/ -lex
