#!/bin/sh
make clean
# Build win32 Bacula
make
#
# Build win64 Bacula
make WIN64=yes
