From 15f4d268301f04efeb59efc2a72cea658b20b9d1 Mon Sep 17 00:00:00 2001 From: Skiz Date: Thu, 29 Aug 2024 15:35:21 -0400 Subject: Updated gitignore and readme --- .gitignore | 2 ++ README.TXT | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..eaf270f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/build +build/ 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 -- cgit v1.2.3