Makefile 97 B

12345
  1. .PHONY: make_and_run
  2. make_and_run:
  3. cmake --build build -j6
  4. ./build/rasterizer
  5. open output.bmp