mirror of
https://frontier.innolan.net/github/amigaos-cross-toolchain6.git
synced 2024-10-19 10:29:55 +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
|