Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- all: main.cpp A.h
- g++ -std=c++17 -Wall -Wextra -Weffc++ -pedantic -g main.cpp -o test
- clean:
- rm -rf test
- run:
- ./test
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement