Guest User

makefile

a guest
Jan 6th, 2018
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. INCPATH = isystem /usr/lib64/gcc/x86_64-solus-linux/7.2.0/include isystem /usr/lib64/gcc/x86_64-solus-linux/7.2.0/include-fixed isystem /usr/include
  2.  
  3. all:
  4. @g++ helloworld.cpp -o helloworld
Add Comment
Please, Sign In to add comment