#!/bin/sh if [ ! -e build ]; then mkdir build fi as -g -o build/postfix.o postfix.s ld -o build/postfix build/postfix.o