diff options
| author | esquizo <esquizo+noreply@esquizo.net> | 2026-06-03 20:14:23 -0300 |
|---|---|---|
| committer | esquizo <esquizo+noreply@esquizo.net> | 2026-06-03 20:14:23 -0300 |
| commit | b432ece87df0260290f0f8f408bdcaf922d05c22 (patch) | |
| tree | 190c96ba6e2617885fa2db9866512e0722713477 /Makefile | |
| parent | 022b9bd5f910629ecbf837b38b3cd761c2f703ea (diff) | |
| parent | b8e054b4dbd6ffc561eea0f56d6ded2523bf28f5 (diff) | |
Merge branch 'game/teleporters'
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,8 @@ OBJ=\ sdl3_main.o\ physics.o\ map.o\ - game.o + game.o\ + map_data.o LDFLAGS=`pkg-config --libs sdl3` -lm CFLAGS=`pkg-config --cflags sdl3` -O2 -Iinclude |
