JustOS/linux-6.13/arch/m68k/tools/amiga/Makefile
justuser 02e73b8cd9 up
2025-01-24 17:00:19 +03:00

13 lines
161 B
Makefile

# SPDX-License-Identifier: GPL-2.0
CC = m68k-cbm-amigados-gcc
CFLAGS = -Wall -O2
All: dmesg
dmesg: dmesg.c
$(CC) $(CFLAGS) -o dmesg dmesg.c -noixemul