diff options
| author | David Boddie <david@boddie.org.uk> | 2022-12-10 01:42:47 +0100 |
|---|---|---|
| committer | David Boddie <david@boddie.org.uk> | 2023-11-16 16:44:28 +0100 |
| commit | da381efbb790e33a14f8ff1c041a2ce5be315924 (patch) | |
| tree | ff3a522d409f6e0c6c6321e4903bc0db9c7cc89a /utils | |
| parent | 099dd430c543304921f6ba57934a430689b2cb4c (diff) | |
Build the Thumb suite by default.
Create a library directory for Thumb-native Inferno.
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/mkfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/mkfile b/utils/mkfile index 804215b3..e6ee371a 100644 --- a/utils/mkfile +++ b/utils/mkfile @@ -54,6 +54,9 @@ NOTPLAN9=\ md5sum\ mkext\ ndate\ + ta\ + tc\ + tl\ # # Utils we build on Nt, for build environment compatibility. @@ -76,9 +79,6 @@ NTONLY=\ # Thumb-1 # OBSOLETE=\ - ta\ - tc\ - tl\ all:QV: all-$TARGMODEL clean:QV: clean-$TARGMODEL |
