We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7075b98 + e1b7e34 commit def4ba5Copy full SHA for def4ba5
1 file changed
Makefile
@@ -3,6 +3,9 @@ PREFIX ?= /usr/local
3
all:
4
@echo RUN \'make install\' to install pfetch
5
6
+check:
7
+ @shellcheck pfetch
8
+
9
install:
10
@install -Dm755 pfetch $(DESTDIR)$(PREFIX)/bin/pfetch
11
@install -Dm644 pfetch.1 $(DESTDIR)$(PREFIX)/share/man/man1/pfetch.1
0 commit comments