aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 894e7ed..72a3f2d 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ VERSION != git describe --dirty --always --tags 2> /dev/null || echo v2.1.3
CFLAGS += -DIMV_VERSION=\""$(VERSION)"\"
-imv: $(TARGET) doc
+imv: $(TARGET)
$(TARGET): $(OBJECTS)
$(CC) -o $@ $^ $(LIBS) $(LDFLAGS)