#!/bin/bash

gcc -o kbox -std=c99 kbox.c \
            ktypes.c memory.c registers.c code.c \
            setup.c fedex.c
