commit fda2cf923d01ac11071f4cf0751b7b49fbad4c25 parent 2f58cbc9192e5735ae8aa863433c4dcc41cd7826 Author: sin <sin@2f30.org> Date: Thu, 4 Jun 2015 14:27:17 +0100 Fix header deps in Makefile Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -11,7 +11,7 @@ all: $(BIN) $(BIN): $(OBJ) $(CC) $(CFLAGS) $(CPPFLAGS) -o $@ $(OBJ) $(LDFLAGS) -colors.o: queue.h +colors.o: arg.h queue.h clean: rm -f $(BIN) $(OBJ)