Добавление сборки, исправление недочётов

This commit is contained in:
justuser-31 2025-03-15 11:29:15 +03:00
parent de2ba8662f
commit e8ee7ce384
3 changed files with 4 additions and 1 deletions

3
build.sh Executable file
View File

@ -0,0 +1,3 @@
git submodule init
git submodule update
musl-gcc rtracker.c -o rtracker

BIN
rtracker

Binary file not shown.

View File

@ -5,7 +5,7 @@
#include <stdarg.h>
#include "c_cross_pack/libs/threads.h"
#include "c_cross_pack/libs/time.h"
//#include "c_cross_pack/libs/time.h" already included
#define CL_RED "\033[1;31m"
#define CL_YELLOW "\033[1;33m"