diff options
author | Harry Jeffery <harry@exec64.co.uk> | 2017-11-30 22:08:24 +0000 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2017-11-30 22:08:24 +0000 |
commit | 687038403c4106b4c70091a42de45363608b5e02 (patch) | |
tree | 26e9c2a45cd4340f0cedbd73ab849141f4f16dad /Makefile | |
parent | 5ffe450e06ac5fef981585b720b399be1a2f65b2 (diff) | |
download | imv-687038403c4106b4c70091a42de45363608b5e02.tar.gz |
Remove doc from default target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |