pfetch: Added Makefile. Closes #49

This commit is contained in:
Dylan Araps
2020-03-21 10:27:18 +02:00
parent e30fc1075c
commit eec8c7ce5f

10
Makefile Normal file
View 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