Makefile: removed space between m flag and mode because of portability

This commit is contained in:
depsterr 2020-07-05 05:54:14 +02:00
parent e18a0959ab
commit 06ccd3d0b0

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