summaryrefslogtreecommitdiff
path: root/surf/Makefile
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2022-05-17 18:17:07 +0000
committerstkhan <personal@slickd.xyz>2022-05-17 18:17:07 +0000
commit9261c7a8a339056c3cd58e0b8979a6f25ea764e5 (patch)
treed83fba0566ab0d1c22cac2d84166dcdf4f2d982f /surf/Makefile
parentecf6c90d32260530c8f1805d98ff17c4d4693856 (diff)
dwm launches ncmpcpp with pictures, and surf was rebuild
Diffstat (limited to 'surf/Makefile')
-rw-r--r--surf/Makefile6
1 files changed, 2 insertions, 4 deletions
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