From 9e6fef55f1ee2245ed5f86b576ad8990d1b27da0 Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Wed, 1 Mar 2017 06:54:24 -0600 Subject: [PATCH] add missing file to zpm binaries --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d0f9fb7..4685b57 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ LZMAOBJ=$(filter-out lzma/common/stream_encoder_mt.o, $(LZMASRC:%.c=%.o)) curdir=$(shell pwd) -ZPKGBIN=zpm-addfile zpm-extract zpm-init zpm-vercmp zpm-stat +ZPKGBIN=zpm-addfile zpm-extract zpm-init zpm-vercmp zpm-stat zpm-hash def: programs d: printf '%s\n' $(LZMAOBJ) -- 2.40.0