]> git.mxchange.org Git - quix0rs-blobwars.git/commitdiff
Building a pak file requires the pak utility to have been built.
authorGuus Sliepen <guus@debian.org>
Tue, 22 Dec 2009 18:32:55 +0000 (19:32 +0100)
committerGuus Sliepen <guus@debian.org>
Tue, 22 Dec 2009 18:32:55 +0000 (19:32 +0100)
makefile

index eda1533f3f3144f0a39ad469b162b05ca609c9a7..1af900d587dd2f971964cc3b0631be2e1b34fd1c 100644 (file)
--- 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