#!/bin/bash

# Simple script I use for recompiling doors, just have libdd.a and ddlib.h
# in your current directory along with the file.  ../dd/ is where I have the
# original source archive for daydream 2.04 ... cw!demonic

gcc -L./ -I../dd/main $1 -ldd