This repository has been archived on 2026-05-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
no-libc-hello/Makefile
2025-12-15 16:00:33 +09:00

3 lines
54 B
Makefile

all:
cc -nostdlib -static -masm=intel -o main main.c