From: Michael Gernoth Date: Thu, 10 Jul 2025 20:05:32 +0000 (+0200) Subject: Makefile: more dependency fixes X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/commitdiff_plain/HEAD?hp=41a83ac163707298d8c4cc4ae7101afac0c3839e Makefile: more dependency fixes --- 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