aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 22130a5..bee31ef 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ all: $(BIN)
$(BIN): $(OBJ)
$(CC) $(CFLAGS) -o $@ $(OBJ) $(LDLIBS)
-noice.o: queue.h util.h config.h
+noice.o: util.h config.h
strlcpy.o: util.h
install: all