aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGene Pasquet <dev@etenil.net>2026-04-17 15:03:13 +0100
committerGene Pasquet <dev@etenil.net>2026-04-17 15:03:13 +0100
commitc9d23f9e8143fbb6e8633ef2db85376f47ad8087 (patch)
tree3cb99c25d02b6fd07f6b22ef1a5202b0b6fded48 /Makefile
parente29143f891ea0f25480c9e2b2c5b765f0b343bff (diff)
Fix plist handling, add test for timed animation frames
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c0052b8..f550c31 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
MODULE_NAMES := entity tween tilemap world input physics renderer assets engine mixer sound animation prefabs scene-loader
OBJECT_FILES := $(patsubst %,bin/%.o,$(MODULE_NAMES))
-DEMO_NAMES := platformer shmup topdown audio sandbox spritefont menu tweens scaling
+DEMO_NAMES := platformer shmup topdown audio sandbox spritefont menu tweens scaling animation
DEMO_BINS := $(patsubst %,bin/demo-%,$(DEMO_NAMES))
UNIT_NAMES := $(patsubst %,downstroke-%,$(MODULE_NAMES))