1
0
mirror of https://github.com/Michael2-3B/Isometric-Minecraft-CE.git synced 2024-11-12 01:20:47 +01:00
Isometric-Minecraft-CE/makefile
Michael B 5663599d45 Player update and more
added player movement, characters

added lava, logs, leaves, planks, and some other blocks,

added culling so the renderer pretty much only renders the blocks that will be visible
2022-02-06 21:56:00 -06:00

17 lines
433 B
Makefile

# ----------------------------
# Set NAME to the program name
# Set ICON to the png icon file name
# Set DESCRIPTION to display within a compatible shell
# Set COMPRESSED to "YES" to create a compressed program
# ----------------------------
NAME ?= ISO
COMPRESSED ?= YES
ARCHIVED ?= YES
ICON ?= iconc.png
DESCRIPTION ?= "Isometric Terrain in C"
# ----------------------------
include $(CEDEV)/include/.makefile