From: Guus Sliepen Date: Tue, 22 Dec 2009 18:32:55 +0000 (+0100) Subject: Building a pak file requires the pak utility to have been built. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6e7bfbcc9203c6ff974190cdbd5e2b7401734fed;p=quix0rs-blobwars.git Building a pak file requires the pak utility to have been built. --- diff --git a/makefile b/makefile index eda1533..1af900d 100644 --- a/makefile +++ b/makefile @@ -89,7 +89,7 @@ mapeditor: $(MAPOBJS) clean: $(RM) $(GAMEOBJS) mapEditor.o pak.o $(PROG) $(PAKNAME) pak mapeditor $(LOCALE_MO) -buildpak: +buildpak: pak ./pak data gfx music sound $(PAKNAME) # install