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