From 273ec6dc29a8465d8b94fcc8bd2f708c82ae3249 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 8 Aug 2024 17:08:12 -0300 Subject: Makefile: Reorder deps rules --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4b6c643..d4906c3 100644 --- a/Makefile +++ b/Makefile @@ -52,6 +52,8 @@ side-assets = \ all: $(derived-assets) +$(objects): Makefile + src/$(NAME).a: src/$(NAME).go go tool compile $(GOCFLAGS) -o $@ -p $(*F) $*.go @@ -65,9 +67,6 @@ tests/$(NAME)_main.bin: tests/$(NAME)_main.a go tool link $(GOLDFLAGS) -o $@ -L $(@D) $*.a -$(objects): Makefile - - tests.bin-check = \ tests/$(NAME)_main.bin/1 \ -- cgit v1.2.3