diff options
author | Joursoir <chat@joursoir.net> | 2024-01-19 16:14:00 +0300 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2024-01-19 16:14:00 +0300 |
commit | c9957214a42f85c358caf3ff73f699f0cc83835c (patch) | |
tree | 94f5d67916776bedc17df7caebdb13fe3f9c1ecd /Makefile | |
parent | d6dceac880e52a4aeab11d59402380da3bf71de3 (diff) | |
download | dotfiles-c9957214a42f85c358caf3ff73f699f0cc83835c.tar.gz dotfiles-c9957214a42f85c358caf3ff73f699f0cc83835c.tar.bz2 dotfiles-c9957214a42f85c358caf3ff73f699f0cc83835c.zip |
add fonts
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |