(circle128) Fixed build instructions
This commit is contained in:
parent
ade58a229a
commit
f80279e1f2
|
@ -2,6 +2,5 @@
|
||||||
|
|
||||||
clang-format -i circle128.c
|
clang-format -i circle128.c
|
||||||
rm -f circle128
|
rm -f circle128
|
||||||
cc -lm circle128 -o circle128.c
|
cc -lm -o circle128 circle128.c
|
||||||
circle128 128
|
./circle128 64
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue