diff options
| author | esquizo <esquizo+noreply@esquizo.net> | 2026-05-02 14:12:34 -0300 |
|---|---|---|
| committer | esquizo <esquizo+noreply@esquizo.net> | 2026-05-02 14:12:43 -0300 |
| commit | 34acd612061792a38aa13e376b20f4b5d4b54302 (patch) | |
| tree | 1b0afe88f88f9f83c4e979383c8ccbbf4d91b3b1 /Makefile | |
| parent | b2a58e06b885c5801814943669d383f0141ddabb (diff) | |
movida a logica do jogo pro game.c
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,8 @@ OBJ=\ sdl3_main.o\ physics.o\ - map.o + map.o\ + game.o all: game |
