linuxdebug/arch/m68k/tools/amiga/Makefile

13 lines
161 B
Makefile
Raw Permalink Normal View History

2024-07-16 15:50:57 +02:00
# 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