Skip to content

Commit def4ba5

Browse files
authored
Merge pull request #73 from polluks/patch-2
New target
2 parents 7075b98 + e1b7e34 commit def4ba5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ PREFIX ?= /usr/local
33
all:
44
@echo RUN \'make install\' to install pfetch
55

6+
check:
7+
@shellcheck pfetch
8+
69
install:
710
@install -Dm755 pfetch $(DESTDIR)$(PREFIX)/bin/pfetch
811
@install -Dm644 pfetch.1 $(DESTDIR)$(PREFIX)/share/man/man1/pfetch.1

0 commit comments

Comments
 (0)