Advertisement
Guest User

Untitled

a guest
Nov 24th, 2015
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. need to run the commands
  2. a --b -c
  3. d -e=f
  4. ./c
  5.  
  6. write a target like
  7. target:
  8. a --b -c
  9. d -e=f
  10. ./c
  11.  
  12. and run make target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement