]> rethought.computer Git - sorel-lang.git/commitdiff
update fib-example keep/de010c54a0a89ad7288998e1101913d1e1639afb
authorBryan English <bryan@rethought.computer>
Fri, 30 Jan 2026 03:42:35 +0000 (22:42 -0500)
committerBryan English <bryan@rethought.computer>
Tue, 10 Feb 2026 04:08:54 +0000 (04:08 +0000)
rel-lang/.gitignore
rel-lang/fib-example/compile.sh

index 82f7d40498e6a44bc62d995ff8fc26b17297c289..a41520b155095e67a4e974cca3b8362b395c7390 100644 (file)
@@ -2,3 +2,4 @@ target
 qemu/machine
 *.o
 *.asm
+*.out
index 24fe7a7f029f3c211dfc3fd0579774e7e64931f4..2e8be0588a185959bd5a084ae06d228a70cb3192 100644 (file)
@@ -1,4 +1,4 @@
-../target/debug/relc fib.rel > fib.asm
+../target/debug/relc fib.rel
 riscv64-unknown-linux-gnu-as -o fib.o fib.asm
-riscv64-unknown-linux-gnu-cc -O1 -no-pie -o test fib.o putn.c -nostartfiles 
-./test
+riscv64-unknown-linux-gnu-cc -O1 -no-pie -o test.out fib.o putn.c -nostartfiles 
+./test.out