X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=18991523314f7e752ab8dec0dc4b197669b19825;hb=a8aa09640ff6e65849a3e3298e0cd90a70e3c663;hp=7270bde66368565c3159bfebc4d35c7d630e4bdb;hpb=32b8a6b26ed8843828e03e505d2256960bda0980;p=zpackage diff --git a/Makefile b/Makefile index 7270bde..1899152 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ zpm-extract: zpm-extract.o libzpm.a newdb.c: db.sql echo "char createdb[] = {" > $@ xxd -i < $< >> $@ - echo "};" >> $@ + echo ", 0};" >> $@ libzpm.a: lib/sha256.o lib/db.o lib/compress.o lib/uncompress.o newdb.o lib/zpm.o \