From 1c3039d21a53d533991a316816d0b7a5c5fdbc51 Mon Sep 17 00:00:00 2001 From: Shivesh Mandalia Date: Sat, 11 Feb 2023 20:49:06 +0000 Subject: compile with gcc, fix compile error, restore st desktop install --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 50112f1..5152b8b 100644 --- a/Makefile +++ b/Makefile @@ -50,12 +50,11 @@ install: st tic -sx st.info @echo Please see the README file regarding the terminfo entry of st. mkdir -p $(DESTDIR)$(PREFIX)/share/applications - # Use tabbed to launch st - # cp -f st.desktop $(DESTDIR)$(PREFIX)/share/applications + cp -f st.desktop $(DESTDIR)$(PREFIX)/share/applications uninstall: rm -f $(DESTDIR)$(PREFIX)/bin/st rm -f $(DESTDIR)$(MANPREFIX)/man1/st.1 - # rm -f $(DESTDIR)$(PREFIX)/share/applications/st.desktop + rm -f $(DESTDIR)$(PREFIX)/share/applications/st.desktop .PHONY: all options clean dist install uninstall -- cgit v1.2.3