mirror of
https://github.com/bebbo/amigaos-cross-toolchain.git
synced 2025-12-08 22:38:24 +00:00
10 lines
165 B
Makefile
10 lines
165 B
Makefile
CC = gcc
|
|
CFLAGS = -O2 -Wall -I../target/include
|
|
|
|
all: GccFindHit hunk2aout
|
|
|
|
GccFindHit.o: GccFindHit.c defs.h
|
|
hunk2aout.o: hunk2aout.c
|
|
|
|
clean: GccFindHit hunk2aout
|