#
# UPack BMakefile
#

.CFLAGS -Wall
.CFILES upack

.FOR LINUX
.OUTPUT upack

.FOR WIN32
.OUTPUT upack.exe
