mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-08 04:15:24 +01:00
4 lines
164 B
Makefile
4 lines
164 B
Makefile
# SPDX-FileCopyrightText: 2023 Richard Masters <grick23@gmail.com>
|
|
# SPDX-License-Identifier: MIT
|
|
kexec-linux: kexec-linux.c
|
|
gcc -static -m32 -march=i386 -o $@ $^
|