(circle128) Fixed build instructions

This commit is contained in:
Devine Lu Linvega 2023-06-08 21:32:29 -07:00
parent ade58a229a
commit f80279e1f2
1 changed files with 2 additions and 3 deletions

View File

@ -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