From: Guus Sliepen Date: Mon, 28 Jun 2010 21:56:40 +0000 (+0200) Subject: Building a pak file requires the pak utility to have been built. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e3926fc1ef3fd827bfe7686b6d6db4485524c065;p=quix0rs-blobwars.git Building a pak file requires the pak utility to have been built. Reapplication of commit 6e7bfbcc9203c6ff974190cdbd5e2b7401734fed. --- diff --git a/makefile b/makefile index 3232b1d..48868ea 100755 --- a/makefile +++ b/makefile @@ -92,7 +92,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