linux-artifact-name = hello-linux.out $(linux-artifact-name): main.cpp g++ main.cpp -o $(linux-artifact-name) clean: rm $(linux-artifact-name)