Skip to content

Commit e1b7e34

Browse files
authored
New target
How about this?
1 parent 7075b98 commit e1b7e34

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)