
main: build

run:
	./_bin/tooluse

build:
	cd qmake && qmake tooluse.pro && make -j10

.PHONY: main build run

