aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2024-01-19 16:14:00 +0300
committerJoursoir <chat@joursoir.net>2024-01-19 16:14:00 +0300
commitc9957214a42f85c358caf3ff73f699f0cc83835c (patch)
tree94f5d67916776bedc17df7caebdb13fe3f9c1ecd /Makefile
parentd6dceac880e52a4aeab11d59402380da3bf71de3 (diff)
downloaddotfiles-c9957214a42f85c358caf3ff73f699f0cc83835c.tar.gz
dotfiles-c9957214a42f85c358caf3ff73f699f0cc83835c.tar.bz2
dotfiles-c9957214a42f85c358caf3ff73f699f0cc83835c.zip
add fonts
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 350a79b..f28210b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
MOVE = mv -i
COPY = cp -i
-.PHONY: nop bash grub i3 polybar
+.PHONY: nop bash grub i3 polybar fonts
nop:
@echo "Please, look over Makefile before executing any targets."
@@ -28,3 +28,6 @@ i3:
polybar:
$(MOVE) ~/.config/polybar/* ~/.config/polybar-old/.
$(COPY) -r dotconfig/polybar ~/.config/.
+
+fonts:
+ $(COPY) -r fonts ~/.local/share \ No newline at end of file