]> git.zerfleddert.de Git - micropolis/blobdiff - src/sim/makefile
fix dependencies for simulator binary
[micropolis] / src / sim / makefile
index bce51130d2861705997c4ebd2bebf117c4bd0d4c..08778efbf14ee54dfc244481acc861f42aa439d9 100644 (file)
@@ -97,7 +97,7 @@ all: sim
 lint:
        alint $(INCLUDES) $(SRCS) > LINT
 
-sim: $(ALLOBJS)
+sim: $(ALLOBJS) $(TCLXHOME)/libtk.a $(TCLXHOME)/libtcl.a
        $(CC) $(CFLAGS) $(LDFLAGS) $(INCLUDES) $(ALLOBJS) $(LIBS) -o sim
 
 clean:
Impressum, Datenschutz