diff options
author | quou <quou@disroot.org> | 2024-10-05 12:22:00 +1000 |
---|---|---|
committer | quou <quou@disroot.org> | 2024-10-05 12:22:00 +1000 |
commit | 66e1d8ff03e2df73d9690f5702633cb6934a3052 (patch) | |
tree | 6f949ca50435f7fc2a756c7127e0186c5f3aaedd /Makefile | |
parent | 0e75a2949678cb8a68fb0819355864aa6db2cb43 (diff) |
give the game a name
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,7 +11,7 @@ includes = -I./ cflags = $(includes) $(conf_cflags) \ -Wall -Wextra -pedantic -std=c90 lflags = $(libs) $(conf_lflags) -target = 1bitjam +target = hftrss int_dir = intermediate data_dir = data convimg = convimg @@ -43,13 +43,13 @@ ifeq ($(config), release_gnu64) endif sources = \ - 1bitjam.c \ animation.c \ asset.c \ deathzone.c \ effect.c \ enemy.c \ game.c \ + hftrss.c \ hud.c \ map.c \ maths.c \ |