From bd5a149cc0d30b9695192e2065d3c291e1d21f6a Mon Sep 17 00:00:00 2001 From: Adolfo Perez Alvarez Date: Mon, 17 Jun 2024 12:11:51 +0200 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b9e615b..c62bfb9 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ prefix=$$HOME/opt/pkg/miscutils target_bin=${prefix}/bin target_man=${prefix}/share/man/man1 -bin=bwrap hppt mkgmap newp rot rr scmfmt ts upcasetl unpage +bin=bwrap hppt mkgmap newp osc p rot rr scmfmt ts upcasetl unpage install: install -d ${target_bin} ${target_man} install -c ${bin} ${target_bin}