include ../makefile.define

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

clean:
