Update Makefile

This commit is contained in:
Adolfo Perez Alvarez 2024-06-17 12:11:51 +02:00
parent 54217f9944
commit bd5a149cc0

View File

@ -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}