Rtwo/kernel/motorola/sm8550/arch/m68k/tools/amiga/Makefile
2025-09-30 19:22:48 -05:00

12 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