diff options
-rw-r--r-- | Makefile | 1 | ||||
-rwxr-xr-x | dep.sh | 9 |
2 files changed, 6 insertions, 4 deletions
@@ -109,6 +109,7 @@ dmenu-install dwm-install slstatus-install st-install: font1-install font2-install: tar xf $< $(COPY) $$(basename $< .tar.gz) $(FONTDIR) + fc-cache check: @./dep.sh @@ -83,10 +83,11 @@ check \ # Build dependencies check \ - cc:"c compiler is missing" \ - curl \ - ld:"linker is missing" \ - make \ + cc:"c compiler is missing" \ + curl \ + fc-cache:"font config is missing" \ + ld:"linker is missing" \ + make \ tar || retval=1 # Libraries |