mirror of
https://github.com/alpine9000/amiga_examples
synced 2025-12-08 14:59:01 +00:00
7 lines
97 B
Makefile
7 lines
97 B
Makefile
PROGRAM=./out/fade
|
|
OBJS=out/fade.o out/file.o
|
|
LIBS=
|
|
EXTRA_CFLAGS=
|
|
|
|
include ../../shared/tools.mk
|