aboutsummaryrefslogtreecommitdiff
path: root/qt/Makefile
blob: 5b1302648cbacb096a35944ba235d471f68572e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
all: nissyqt

nissyqt:
	mkdir -p build
	cmake . -B build
	cd build && make
	cp build/appnissyqt ./run

run:
	QT_LOGGING_RULES="*.debug=true; qt.*.debug=false" ./run

clean:
	rm -rf run build

.PHONY: all nissyqt run clean

Generated with cgit - Back to sebastiano.tronto.net