Guest User

Untitled

a guest
Aug 15th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. all: target1 target2
  2.  
  3. target1:
  4. @echo "Running $@"
  5.  
  6. target2:
  7. @echo "Running $@"
Add Comment
Please, Sign In to add comment