From c24fb94b88efa4689338543a8f7bb046fe5a1aaf Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Thu, 10 Jul 2025 22:05:32 +0200 Subject: [PATCH] Makefile: more dependency fixes --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index fa56486..1d1a8b9 100644 --- a/Makefile +++ b/Makefile @@ -33,16 +33,16 @@ res/sim: src/sim/sim cp src/sim/sim $@ strip $@ -src/sim/sim: tcl tk tclx sim +src/sim/sim: sim @# tcl: cd src/tcl && $(MAKE) MAKEFLAGS= -tk: +tk: tcl cd src/tk && $(MAKE) MAKEFLAGS= -tclx: tcl tk +tclx: tk cd src/tclx && $(MAKE) MAKEFLAGS= sim: tclx -- 2.39.5