mirror of
https://frontier.innolan.net/github/AmigaExamples.git
synced 2026-09-12 18:41:58 +00:00
8 lines
140 B
Makefile
8 lines
140 B
Makefile
PROGRAM=./out/mapgen
|
|
OBJS=out/mapgen.o out/file.o out/utils.o out/tmx.o
|
|
LIBS=-ltmx -lz -lxml2
|
|
EXTRA_CFLAGS=
|
|
|
|
include ../../shared/tools.mk
|
|
|