mirror of
https://github.com/alpine9000/amiga_examples
synced 2025-12-08 14:59:01 +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
|
|
|