commit 23dc908804399964ba52646d8052a60d8cfbd379 parent 29d9325da1c94ec1413d7a7fee3c778ef97c7c11 Author: sin <sin@2f30.org> Date: Sat, 27 Dec 2014 18:49:45 +0000 Add compat.h as a prereq Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -33,7 +33,7 @@ all: $(BIN) $(BIN): $(OBJ) $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJ) $(LDLIBS) -$(OBJ): config.h sad.h +$(OBJ): compat.h config.h sad.h install: all mkdir -p $(DESTDIR)$(PREFIX)/bin