migrate to c

This commit is contained in:
Daniel Ledda
2025-11-10 04:25:23 +01:00
parent d40e547cdc
commit fa0ee597ce
4 changed files with 144 additions and 136 deletions

2
build
View File

@@ -1,3 +1,3 @@
#!/bin/bash
g++ -Wall -g -g3 -DOS_LINUX ./app.cpp -o ./target/app
gcc -Wall -g -g3 -DOS_LINUX=1 -DENABLE_ASSERT=1 ./app.c -lm -o ./target/app