Merge pull request #64 from depsterr/master

Makefile: removed space between m flag and mode because of portability
This commit is contained in:
dylan 2020-07-05 07:09:55 +03:00 committed by GitHub
commit 8fa69a528c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ all:
@echo RUN \'make install\' to install pfetch
install:
@install -Dm 755 pfetch $(DESTDIR)$(PREFIX)/bin/pfetch
@install -Dm755 pfetch $(DESTDIR)$(PREFIX)/bin/pfetch
uninstall:
@rm -f $(DESTDIR)$(PREFIX)/bin/pfetch