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

This commit is contained in:
2025-03-15 11:29:15 +03:00
parent de2ba8662f
commit e8ee7ce384
3 changed files with 4 additions and 1 deletions
Executable
+3
View File
@@ -0,0 +1,3 @@
git submodule init
git submodule update
musl-gcc rtracker.c -o rtracker
BIN
View File
Binary file not shown.
+1 -1
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"