Ticket #42552: patch-Makefile.diff

File patch-Makefile.diff, 353 bytes (added by xythobuz@…, 10 years ago)
  • Makefile

    old new  
    11all: mp3cat
    22mp3cat: *.c *.h
    3         cc -o mp3cat *.c
     3        $(CC) -o mp3cat *.c
    44install: mp3cat mp3log mp3log-conf mp3stream-conf
    55        install -o root -g wheel mp3cat /usr/local/bin/mp3cat
    66        install -o root -g wheel mp3log /usr/local/bin/mp3log