Advertisement
trenka

Untitled

Jun 17th, 2020
2,087
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 0.11 KB | None | 0 0
  1. sh-5.0$ cat GNUmakefile
  2. V := 1
  3.  
  4. rule: LOCAL := $V
  5. rule:
  6.         @echo $(LOCAL)
  7.  
  8. V := 2
  9. sh-5.0$ make
  10. 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement