Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. default: hello
  2.  
  3. hello: hello.s
  4. # Add the commands (rules) to generate the hello from hello.s here, indented with tabs.
  5.  
  6. run: hello
  7. hello
  8.  
  9. .PHONY: default run
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement