Skip to content

Instantly share code, notes, and snippets.

@carld
Created July 15, 2017 00:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carld/3bcaabb9738c4b2b7c4ff00bb2ed3eba to your computer and use it in GitHub Desktop.
Save carld/3bcaabb9738c4b2b7c4ff00bb2ed3eba to your computer and use it in GitHub Desktop.
The build script from my compiler blog article
chez --script c.scm > c.s
nasm -f macho c.s
ld c.o
./a.out
echo $?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment