comptut

view COMPILE @ 6:098d02ac0319

Added tag tutor5 for changeset bebbe71ba949
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 16 Mar 2015 01:07:10 +0200
parents
children
line source
1 #!/bin/sh
3 ./test >out.s && \
4 as --32 -o out.o out.s && \
5 ld -m elf_i386 out.o