Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. all: Rot_Rot
  2.  
  3. Rot_Rot: Rot_Rot.o Rot_func.o
  4. g++ Rot_Rot.o Rot_func.o
  5.  
  6. Rot_Rot.o: Rot_Rot.cpp
  7. g++ -c Rot_Rot.cpp
  8.  
  9. Rot_func.o: Rot_func.cpp
  10. g++ -c Rot_func.cpp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement