From 1ae24861a06d773836fb674814aa03df90bbb095 Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Wed, 22 Oct 2025 22:23:00 +0100 Subject: Updated install script, some configs, added vimwiki, added doas def --- files/config/suckless/st/Makefile.orig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'files/config/suckless/st/Makefile.orig') diff --git a/files/config/suckless/st/Makefile.orig b/files/config/suckless/st/Makefile.orig index a64b4c2..15db421 100644 --- a/files/config/suckless/st/Makefile.orig +++ b/files/config/suckless/st/Makefile.orig @@ -4,7 +4,7 @@ include config.mk -SRC = st.c x.c boxdraw.c +SRC = st.c x.c OBJ = $(SRC:.c=.o) all: st @@ -17,7 +17,6 @@ config.h: st.o: config.h st.h win.h x.o: arg.h config.h st.h win.h -boxdraw.o: config.h st.h boxdraw_data.h $(OBJ): config.h config.mk -- cgit v1.2.3