From ea37aa4b04bccc5baeafb79da6edf035317542a5 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 31 Aug 2021 16:38:38 -0300 Subject: Makefile: Change order of built artifact to reflect actual build order --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fc6efe4..f25ab61 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,7 @@ TRANSLATIONS = pt fr eo CONTRIBLANGS = LDLIBS = -lgit2 + .SUFFIXES: .in .to .in: @@ -35,7 +36,8 @@ all-objects = $(lib-objects) src/main.o t-objects = $(sources:.c=.to) src/tests-lib.to src/main.to -all: gistatic libgistatic.a $(manpages) +all: libgistatic.a gistatic $(manpages) + libgistatic.a: $(lib-objects) $(AR) $(ARFLAGS) $@ $(lib-objects) -- cgit v1.2.3