log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
comptut
view COMPILE @ 0:10f07b308aab
find changesets by author, revision, files, or words in the commit message
tutor2.txt completed
author
John Tsiombikas <nuclear@member.fsf.org>
date
Sun, 15 Mar 2015 05:47:44 +0200
parents
children
line source
1
#!/bin/sh
2
3
./test >out.s && \
4
as --32 -o out.o out.s && \
5
ld -m elf_i386 out.o