aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c264e79..cd15e31 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ install: $(EXECUTABLE)
install -d $(DESTDIR)$(PREFIX)/share/icons/hicolor/128x128/apps/
install -m 644 biblereader_128.png $(DESTDIR)$(PREFIX)/share/icons/hicolor/128x128/apps/biblereader.png
install -d $(DESTDIR)$(PREFIX)/share/icons/hicolor/64x64/apps/
- install -m 644 biblereader_64.png $(DESTDIR)$(PREFIX)/share/icons/hicolor/128x128/apps/biblereader.png
+ install -m 644 biblereader_64.png $(DESTDIR)$(PREFIX)/share/icons/hicolor/64x64/apps/biblereader.png
$(EXECUTABLE): $(OBJECTS)
$(CC) $(LDFLAGS) $(OBJECTS) -o $@ `pkg-config $(LIBS) --libs`