summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoresquizo <esquizo+noreply@esquizo.net>2026-05-02 14:12:34 -0300
committeresquizo <esquizo+noreply@esquizo.net>2026-05-02 14:12:43 -0300
commit34acd612061792a38aa13e376b20f4b5d4b54302 (patch)
tree1b0afe88f88f9f83c4e979383c8ccbbf4d91b3b1 /Makefile
parentb2a58e06b885c5801814943669d383f0141ddabb (diff)
movida a logica do jogo pro game.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 51b96ad..cb8837c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,8 @@
OBJ=\
sdl3_main.o\
physics.o\
- map.o
+ map.o\
+ game.o
all: game