pfetch: Added Makefile. Closes #49
This commit is contained in:
parent
e30fc1075c
commit
eec8c7ce5f
1 changed files with 10 additions and 0 deletions
10
Makefile
Normal file
10
Makefile
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
PREFIX ?= /usr
|
||||||
|
|
||||||
|
all:
|
||||||
|
@echo RUN \'make install\' to install pfetch
|
||||||
|
|
||||||
|
install:
|
||||||
|
@install -Dm 755 pfetch $(DESTDIR)$(PREFIX)/bin/pfetch
|
||||||
|
|
||||||
|
uninstall:
|
||||||
|
@rm -f $(DESTDIR)$(PREFIX)/bin/pfetch
|
Loading…
Add table
Add a link
Reference in a new issue