#####################################################
# OBSCENE by Cazz/Zombie                            #
# Makefile to build datafiles                       #
# june '97                                          #
#                                                   #
# Tools used:                                       #
#    ZCX v1.01 - simple data packer by Cazz         #
#    BUILD     - creates obscene.dat+index.inc      #
#                from orders textfile               #
#                                                   #
# NB: After changing datafile must recompile!       #
#                                                   #
#####################################################

BUILD = ..\utils\build.exe

finish:		obscene.dat index.inc
		move obscene.dat,index.inc .\..
		@echo MUST RECOMPILE THE WHOLE THING, IF YOU CHANGED SOMETHING.

obscene.dat: 	$(BUILD) orders bscene.pcx o.pcx created.pcx next.pcx \
		o_by_z.pcx rotoinfo.pcx shashash.pcx font.pac myfont.dat
		$(BUILD) orders
