0
0
Fork 0
mirror of https://git.sr.ht/~rabbits/uxn synced 2024-11-22 22:05:11 +00:00

(circle128) Fixed build instructions

This commit is contained in:
Devine Lu Linvega 2023-06-08 21:32:29 -07:00
parent ade58a229a
commit f80279e1f2

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