mirror of
https://frontier.innolan.net/github/AmigaExamples.git
synced 2026-09-11 23:51:30 +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
|