pfetch/Makefile

11 lines
183 B
Makefile
Raw Permalink Normal View History

2020-03-21 09:27:18 +01:00
PREFIX ?= /usr
all:
@echo RUN \'make install\' to install pfetch
install:
@install -Dm755 pfetch $(DESTDIR)$(PREFIX)/bin/pfetch
2020-03-21 09:27:18 +01:00
uninstall:
@rm -f $(DESTDIR)$(PREFIX)/bin/pfetch