summaryrefslogtreecommitdiff
path: root/surf/Makefile
diff options
context:
space:
mode:
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