include ../makefile.define

install: sci.h
	cp sci.h /opt/sci/include
	ln -sf $(INC_DIR)/sci.h /usr/include/sci.h

clean:
