commit 0756a9449a2cee9351677bae69f938ec7383f4cf parent 069fd7a6cbd593de4d61f6d568067a6f32050e72 Author: sin <sin@2f30.org> Date: Sat, 27 Dec 2014 18:13:14 +0000 List object files on separate lines in Makefile Diffstat:
M | Makefile | | | 13 | ++++++++++++- |
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -7,7 +7,18 @@ CFLAGS = -I/usr/local/include -g LDFLAGS = -L /usr/local/lib LDLIBS = -lsndfile -lmpg123 -lsndio -lvorbisfile -OBJ = cmd.o decoder.o fifo.o mp3.o output.o playlist.o sad.o sndio.o vorbis.o wav.o +OBJ =\ + cmd.o\ + decoder.o\ + fifo.o\ + mp3.o\ + output.o\ + playlist.o\ + sad.o\ + sndio.o\ + vorbis.o\ + wav.o + BIN = sad # non-OpenBSD