pfetch: Added Makefile. Closes #49
This commit is contained in:
parent
e30fc1075c
commit
eec8c7ce5f
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…
x
Reference in New Issue
Block a user