1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-08 03:49:36 +00:00

Update TV-11 simulator.

This commit is contained in:
Lars Brinkhoff
2019-03-22 16:15:55 +01:00
parent ceee1a6795
commit bd25ccb464
3 changed files with 3 additions and 3 deletions

2
.gitmodules vendored
View File

@@ -24,7 +24,7 @@
url = https://github.com/larsbrinkhoff/ka10-simh
[submodule "tools/tv11"]
path = tools/tv11
url = https://github.com/aap/tv11
url = https://github.com/aap/pdp11
[submodule "tools/pdp6"]
path = tools/pdp6
url = https://github.com/aap/pdp6

View File

@@ -217,7 +217,7 @@ $(MAGFRM):
$(MAKE) -C tools/dasm
$(TV11):
$(MAKE) -C tools/tv11
$(MAKE) -C tools/tv11 CFLAGS=-O3
$(MAKE) -C tools/tv11/tvcon
$(PDP6):