Makefile 113 B

1234567
  1. OPEN ?= feh
  2. .PHONY: make_and_run
  3. make_and_run:
  4. cmake --build build -j6
  5. ./build/rasterizer
  6. $(OPEN) output.bmp