commit c73dc05
Devine Lu Linvega
·
2026-03-17 02:32:46 +0000 UTC
parent b4d343e
Removed folders from instructions
1 files changed,
+1,
-1
+1,
-1
1@@ -19,7 +19,7 @@ copyright notice and this permission notice appear in all copies.
2 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3 WITH REGARD TO THIS SOFTWARE.
4
5-cc -DNDEBUG -O2 -g0 -s src/uxn11.c -lX11 -lutil -o bin/uxn11
6+cc -DNDEBUG -O2 -g0 -s uxn11.c -lX11 -lutil -o uxn11
7 */
8
9 typedef signed char Sint8;