From: Nathan Wagner Date: Sun, 3 Mar 2019 02:58:23 +0000 (+0000) Subject: fix makefile for parallel builds X-Git-Url: https://pd.if.org/git/?p=zpackage;a=commitdiff_plain;h=e8a2e982bf9d10d3b4cc93d53e235274002fcf2e fix makefile for parallel builds --- diff --git a/Makefile b/Makefile index 4a6225b..053ab9b 100644 --- a/Makefile +++ b/Makefile @@ -130,6 +130,7 @@ zpm-addfile: src/addfile.o libzpm.a libelf.a lib/sha256.o: CFLAGS+=-O3 lib/blake2/ref/blake2b-ref.o: CFLAGS+=-O3 +zpm-hash: libzpm.a zpm-hash: src/hash.o lib/sha256.o $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< -lzpm