all: build install

.PHONY: build install

build:
	cd src;./cygmake

install:
	cd src;mv mlcscope.exe ../../../bin
	cd usr/share;cp -rf * /usr/share
