7 lines
202 B
Makefile
Raw Permalink Normal View History

2022-04-20 23:03:00 -04:00
all:
2022-04-29 21:22:24 -04:00
i486-linux-gcc \
2022-04-20 23:03:00 -04:00
-static -nostdlib -nostartfiles -ffreestanding -fno-pic -fno-pie \
-Os -ffunction-sections -fdata-sections -Wl,-gc-sections \
-Ilinux-headers \
init.c -o init