commit 6554004

Devie Lu Linvega  ·  2025-12-28 23:20:24 +0000 UTC
parent 387d96d
Fixed CI
2 files changed,  +1, -10
+0, -1
1@@ -13,7 +13,6 @@ tasks:
2 - build: |
3     mkdir bin/
4     cc -DNDEBUG -O2 -g0 -s uxn11/src/uxn11.c -lX11 -lutil -o bin/uxn11
5-    cc -DNDEBUG -O2 -g0 -s uxn11/src/uxncli.c -lutil -o bin/uxncli
6 - upload: |
7     tar -czf out.tar.gz bin/
8     acurl() {
+1, -9
 1@@ -23,15 +23,7 @@ You can run `make install` to build and install the files. By default, files are
 2 $ make PREFIX=/opt/uxn install
 3 ```
 4 
 5-### Terminal
 6-
 7-If you wish to build the emulator without graphics mode:
 8-
 9-```sh
10-cc -DNDEBUG -O2 -g0 -s src/uxncli.c -lutil -o bin/uxncli
11-```
12-
13-If do not wish to build it yourself, you can download linux binaries for [uxncli](https://rabbits.srht.site/uxn11/bin/uxncli) and [uxn11](https://rabbits.srht.site/uxn11/bin/uxn11).
14+If do not wish to build it yourself, you can download linux binaries for [uxn11](https://rabbits.srht.site/uxn11/bin/uxn11).
15 
16 [![builds.sr.ht status](https://builds.sr.ht/~rabbits/uxn11.svg)](https://builds.sr.ht/~rabbits/uxn11?)
17