aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorbonmas14 <bonmas14@gmail.com>2025-08-07 04:37:39 +0300
committerbonmas14 <bonmas14@gmail.com>2025-08-07 04:37:39 +0300
commit2d1673d40ffdaf4e62d4e9c581c6d92034baed72 (patch)
treeb369c25d6f63abe777b10dad11c11a23e06bcf98 /README.md
parent262ddbd72b42dd0673b61cfeeda86c36a4cd98cc (diff)
downloadungrateful-2d1673d40ffdaf4e62d4e9c581c6d92034baed72.tar.gz
ungrateful-2d1673d40ffdaf4e62d4e9c581c6d92034baed72.zip
Windows ungrateful and cynic build.
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 3 insertions, 10 deletions
diff --git a/README.md b/README.md
index 46f7a15..0f7864a 100644
--- a/README.md
+++ b/README.md
@@ -13,16 +13,9 @@ Only core features of C99 were used:
- long long;
- restrict keyword;
-# Compile flags
+# Compilation.
-```
-# clang gcc
--std=c99 -lm -ffast-math
-
-# cl (i guess right now)
-
-/std:c99 /fp:fast
-```
+Check [USAGE.md](USAGE.md).
# Ungrateful
@@ -45,7 +38,7 @@ Todo:
- Random;
- Noises;
- Compression;
-- Wide strings, u16/u32;
+- Wide strings (internal);
- Sorting;
- Memory debugging;