summaryrefslogtreecommitdiff
path: root/README.TXT
diff options
context:
space:
mode:
Diffstat (limited to 'README.TXT')
-rw-r--r--README.TXT5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.TXT b/README.TXT
index 870fea5..82688c8 100644
--- a/README.TXT
+++ b/README.TXT
@@ -3,3 +3,8 @@ This is going to be a dump of stupid "Hello World" programs, at least for the be
This code is licensed under the ISC license, Copyright (C) 2024 Schizoid Party.
+
+
+=== Compiling ===
+
+as src/first.s -o build/first.o && gcc -o build/first build/first.o -nostdlib -static