uae-wii/amiga/source/Makefile.gcc

12 lines
220 B
Makefile

#!/usr/bin/make -f
# Makefile to build UAE amiga tools with GCC
CC = gcc
CFLAGS = -O2 -noixemul -fomit-frame-pointer -msmall-code -fbaserel
LDFLAGS = $(CFLAGS) -s
timehack: timehack.o
clean:
-rm timehack timehack.o