commit e82526896f2c39e19c89f74d584b128262ad2c37 parent 3f7775201f3acb3f9755f6bd927c3fee774fda81 Author: sin <sin@2f30.org> Date: Fri, 26 Dec 2014 18:26:54 +0000 Oops fix random change Diffstat:
M | Makefile | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile @@ -11,8 +11,8 @@ OBJ = sndio.o cmd.o mp3.o wav.o vorbis.o playlist.o sad.o tokenizer.o decoder.o BIN = sad # non-OpenBSD -#OBJ += compat/reallocarray.o -#CFLAGS += -DCOMPAT +OBJ += compat/reallocarray.o +CFLAGS += -DCOMPAT all: $(BIN)