]> git.mxchange.org Git - quix0rs-blobwars.git/blobdiff - makefile
Building a pak file requires the pak utility to have been built.
[quix0rs-blobwars.git] / makefile
index 3232b1de7557fe6b99e29ea203bd0713108b0944..48868ea4832c13dfe8b5fb32c47d89df2f220986 100755 (executable)
--- 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