Makefile 93 B

12345
  1. run: build
  2. ./vsp
  3. build: Main.cpp
  4. g++ -o vsp Main.cpp -Wall -Wextra -pedantic -Werror -O3