#!/bin/make all: cd ../qt5 && make -j$(nproc) install: cd ../qt5 && make install