linuxdebug/arch/m68k/tools/amiga/Makefile
Ulrich Bessoh 872f2f0714 no changes
2024-07-09 16:52:29 +02: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