issues
search
lavoiesl
/
osx-cpu-temp
Outputs current CPU temperature for OSX
GNU General Public License v2.0
924
stars
156
forks
source link
Makefile: prefix 'install' with '@'
#17
Closed
larryhynes
closed
6 years ago
larryhynes
commented
6 years ago
Currently, install output is echo'd twice; once for the command, once for the output of the command
Prefixing the 'install' command with '@' suppresses the initial echo, leaving just the output
This works for GNU and POSIX make
lavoiesl
commented
6 years ago
Thanks!