commit f80279e1f23fcb1dde981cfc99d0261875f6fca8 parent ade58a229a638a84462ce843a281f1e09fe53f08 Author: Devine Lu Linvega <aliceffekt@gmail.com> Date: Thu, 8 Jun 2023 21:32:29 -0700 (circle128) Fixed build instructions Diffstat:
M | etc/circle128/build.sh | | | 5 | ++--- |
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/etc/circle128/build.sh b/etc/circle128/build.sh @@ -2,6 +2,5 @@ clang-format -i circle128.c rm -f circle128 -cc -lm circle128 -o circle128.c -circle128 128 - +cc -lm -o circle128 circle128.c +./circle128 64