aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGene Pasquet <dev@etenil.net>2026-04-08 00:38:55 +0100
committerGene Pasquet <dev@etenil.net>2026-04-08 00:38:55 +0100
commit0c3a700aa94a0256c5e5b1a14819f10b3d3e869b (patch)
treec1b0dc233769bea9f6a545333687539ace5b3804 /Makefile
parentf8cc4a748bb8b6431a1023a876745b1bb473eb19 (diff)
Support scling
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b8b6a94..990d589 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
MODULE_NAMES := entity tween tilemap world input physics renderer assets engine mixer sound animation ai prefabs scene-loader
OBJECT_FILES := $(patsubst %,bin/%.o,$(MODULE_NAMES))
-DEMO_NAMES := platformer shmup topdown audio sandbox spritefont menu tweens
+DEMO_NAMES := platformer shmup topdown audio sandbox spritefont menu tweens scaling
DEMO_BINS := $(patsubst %,bin/demo-%,$(DEMO_NAMES))
UNIT_NAMES := $(patsubst %,downstroke-%,$(MODULE_NAMES))