From 66e1d8ff03e2df73d9690f5702633cb6934a3052 Mon Sep 17 00:00:00 2001 From: quou Date: Sat, 5 Oct 2024 12:22:00 +1000 Subject: give the game a name --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b7582d1..61b0cf4 100644 --- a/Makefile +++ b/Makefile @@ -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 \ -- cgit v1.2.3-54-g00ecf