Advertisement
Guest User

Untitled

a guest
May 25th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. simpel create a 'u' directory in main tree
  2. program in t.ssa and makefile
  3.  
  4.  
  5.  
  6. BIN = ../obj/qbe
  7.  
  8. t: t.s
  9. cc -o t t.s
  10.  
  11. t.s: t.ssa Makefile
  12. $(BIN) -t arm64 -o t.s t.ssa
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement