Advertisement
Guest User

Untitled

a guest
Oct 7th, 2012
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 0.19 KB | None | 0 0
  1. # Please be aware that the indentation must be a tab character (no spaces)
  2.  
  3. all: hello true
  4.  
  5.  
  6. %: %.o
  7.     ld -macosx_version_min 10.6 -o $@ -e main $<
  8.  
  9. %.o: %.asm
  10.     nasm -f macho64 -o $@ $<
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement