#!/bin/csh
#

if ( "$argv" == "" ) then
    set arg = "all"
else
    set arg = "$argv"
endif

cd ..
xmake -f dreaderd/XMakefile $arg
