Advertisement
pulchroxloom

Makefile

Jan 29th, 2021
1,709
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 0.12 KB | None | 0 0
  1. all: main.cpp A.h
  2.     g++ -std=c++17 -Wall -Wextra -Weffc++ -pedantic -g main.cpp -o test
  3. clean:
  4.     rm -rf test
  5. run:
  6.     ./test
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement