echoall
rm go$1
rm *.o
if $1x = x cc -O -c *.c print.s
if $1x != x cc -I$1 -O -c *.c print.s
ld -o go$1 -X /lib/crt0.o *.o -lc -la
