aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-10-08 12:36:03 +0200
committerjoe <rbo@gmx.us>2025-10-08 12:36:03 +0200
commit2f340c73111c2d73ce2c6440c42fce2d42a63748 (patch)
tree9627783af7b3dc7a7120f34b970a160471229c7b /Makefile
parentup (diff)
downloadst-2f340c73111c2d73ce2c6440c42fce2d42a63748.tar.gz
st-2f340c73111c2d73ce2c6440c42fce2d42a63748.tar.bz2
st-2f340c73111c2d73ce2c6440c42fce2d42a63748.tar.xz
st-2f340c73111c2d73ce2c6440c42fce2d42a63748.tar.zst
st-2f340c73111c2d73ce2c6440c42fce2d42a63748.zip
in progress
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index af75c19..8f6b86c 100644
--- a/Makefile
+++ b/Makefile
@@ -37,6 +37,7 @@ dist: clean
install: st
mkdir -p $(DESTDIR)$(PREFIX)/bin
cp -f st $(DESTDIR)$(PREFIX)/bin
+ cp -f st-cpycmd $(DESTDIR)$(PREFIX)/bin
cp -f st-cpyout $(DESTDIR)$(PREFIX)/bin
cp -f st-links $(DESTDIR)$(PREFIX)/bin
chmod 755 $(DESTDIR)$(PREFIX)/bin/st