1
0
mirror of https://frontier.innolan.net/github/AmigaExamples.git synced 2025-12-07 23:12:50 +00:00
Files
AmigaExamples/005.copper_vert/Makefile
2016-02-29 21:33:01 +11:00

15 lines
294 B
Makefile

MAKEADF=../tools/makeadf
FLOPPY=bin/copper_vert.adf
EXTRA=out/copper-list.s
MODULE=copper_vert.s
include ../base.mk
out/copper-list.s: out/copper_gen
./out/copper_gen_vert > out/copper-list.s
out/copper_gen: copper_gen_vert.c
gcc $(HOST_CFLAGS) copper_gen_vert.c -o out/copper_gen_vert