Guest User

Untitled

a guest
Oct 17th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. all: hello
  2.  
  3. hello: hello.h
  4. g++ -o hello hello.cpp
  5.  
  6. clean:
  7. rm *.o hello
Add Comment
Please, Sign In to add comment