about summary refs log tree commit diff stats
path: root/uxntal/build.sh
blob: 10cc8b454774a9b8003721ea79bf6b75f1299c5b (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/ksh

rm hi.rom fib.rom primes.rom
u uxnasm hi.tal hi.rom
u drifblim fib.tal fib.rom
u drifblim primes.tal primes.rom
u uxncli hi.rom
u uxncli fib.rom
# u uxncli primes.rom