From 74ee5578e251d4f9c748d5dbf160d89974c31814 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 11 Oct 2021 17:41:06 -0400 Subject: Builds and registers as adaptive on PureOS 10 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cd15e31..35c6e6e 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ install: $(EXECUTABLE) 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` + $(CC) $(OBJECTS) -o $@ `pkg-config $(LIBS) --libs` $(LDFLAGS) .cc.o: $(CC) $(CFLAGS) $< -o $@ `pkg-config $(LIBS) --cflags` -- cgit v1.2.3