aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2017-11-30 22:08:24 +0000
committerHarry Jeffery <harry@exec64.co.uk>2017-11-30 22:08:24 +0000
commit687038403c4106b4c70091a42de45363608b5e02 (patch)
tree26e9c2a45cd4340f0cedbd73ab849141f4f16dad /Makefile
parent5ffe450e06ac5fef981585b720b399be1a2f65b2 (diff)
downloadimv-687038403c4106b4c70091a42de45363608b5e02.tar.gz
Remove doc from default target
Diffstat (limited to 'Makefile')
-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)