From 773aa7fecc022362d489a95dd6a14ad21d43b9a6 Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Sat, 4 Aug 2018 00:12:09 +0000 Subject: [PATCH] add zpm-test to package --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 02cde26..b202998 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ curdir=$(shell pwd) ZPKGBIN=zpm-addfile zpm-extract zpm-init zpm-vercmp zpm-stat zpm-hash \ zpm-findpkg zpm-shell zpm-soneed -SCRIPTS=zpm zpm-install zpm-merge zpm-list zpm-preserve +SCRIPTS=zpm zpm-install zpm-merge zpm-list zpm-preserve zpm-test COMPILED=$(ZPKGBIN) PROGRAMS=$(SCRIPTS) $(COMPILED) -- 2.40.0