From 3b5dc8f5346ebe0cd20460df60c2087ef491cc86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Mon, 15 Dec 2025 16:04:19 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=A1=E3=82=93=E3=81=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 -- README.md | 4 +++- 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 Makefile diff --git a/Makefile b/Makefile deleted file mode 100644 index 7575265..0000000 --- a/Makefile +++ /dev/null @@ -1,2 +0,0 @@ -all: - cc -nostdlib -static -masm=intel -o main main.c diff --git a/README.md b/README.md index c5437ce..8f4c533 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ 此れはlibcなしの「こんにちは、世界」のデモです。\ Linux、FreeBSD、OpenBSD、NetBSD、及びmacOSで実行出来ますが、IntelやAMD CPUが必須に成ります。 +This is a libc-less "hello, world" demo.\ +It runs on Linux, FreeBSD, OpenBSD, NetBSD, and macOS, but requires an Intel or AMD CPU. + ```sh -make $ cc -nostdlib -static -masm=intel -o main main.c $ ls -thal main -rwxr-xr-x 1 suwako suwako 1.6K 12月 15 15:57 main