diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,3 +33,4 @@ clean: install: $(TARGET) install -D -m 0755 $(TARGET) $(DESTDIR)$(prefix)/bin/$(TARGET) install -D -m 0644 doc/imv.1 $(DESTDIR)$(prefix)/share/man/man1/imv.1 + install -D -m 0644 files/imv.desktop $(DESTDIR)$(prefix)/share/applications/imv.desktop |