From e8a2e982bf9d10d3b4cc93d53e235274002fcf2e Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Sun, 3 Mar 2019 02:58:23 +0000 Subject: [PATCH] fix makefile for parallel builds --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.40.0