ARCH = $(shell uname)

install: all

all:
	chmod +x startSAS
	chmod +x startDB
	cp startSAS $(NOMAD_HOME)/bin/$(ARCH)/.
	cp startDB  $(NOMAD_HOME)/bin/$(ARCH)/.
