summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2020-03-04 03:39:28 -0500
committerJakob Kaivo <jkk@ung.org>2020-03-04 03:39:28 -0500
commit107d02922d6d0be6436418ca764fe24a30b515f8 (patch)
tree4bd3f0bf0c766fc5ba828997ecd2d0511ab4cb9c
parent80bdd6e61f2e415a1e024a92692a5f3a49bf7afa (diff)
add explicit linker lineHEADmaster
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6e68f88..96d8e68 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,7 @@ L10N=
all: $(UTILITY) $(L10N)
$(UTILITY): $(OBJECTS) $(HEADERS)
+ $(CC) -o $@ $(OBJECTS)
.msg.cat:
gencat $@ $<