From 9261c7a8a339056c3cd58e0b8979a6f25ea764e5 Mon Sep 17 00:00:00 2001 From: stkhan Date: Tue, 17 May 2022 18:17:07 +0000 Subject: dwm launches ncmpcpp with pictures, and surf was rebuild --- surf/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'surf/Makefile') diff --git a/surf/Makefile b/surf/Makefile index b428848..1edf820 100644 --- a/surf/Makefile +++ b/surf/Makefile @@ -20,10 +20,8 @@ options: @echo "LDFLAGS = $(LDFLAGS)" surf: $(OBJ) - mkdir -p ~/.config/surf/ $(CC) $(SURFLDFLAGS) $(LDFLAGS) -o $@ $(OBJ) $(LIBS) - cp ads.txt script.js ~/.config/surf/ - cp style/* ~/.config/surf/styles/ + $(OBJ) $(WOBJ): config.h common.h config.mk config.h: @@ -41,7 +39,7 @@ $(WOBJ): $(WSRC) clean: rm -f surf $(OBJ) rm -f $(WLIB) $(WOBJ) - rm -f ~/.config/surf/script.js + distclean: clean rm -f config.h surf-$(VERSION).tar.gz -- cgit v1.2.3