Explorar el Código

update Makefile (dylanaraps#2245)

Jin Asanami hace 2 años
padre
commit
7ecce194f9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -2,7 +2,7 @@ PREFIX = /usr
 MANDIR = $(PREFIX)/share/man
 
 all:
-	@echo Run \'make install\' to install Unifetch.
+	@printf "Run 'make install' to install UniFetch.\n"
 
 install:
 	@mkdir -p $(DESTDIR)$(PREFIX)/bin