From 5dd68d49fcabb0f4a5ef21935f0ec70a809acbb7 Mon Sep 17 00:00:00 2001 From: AleixMT Date: Tue, 14 Jan 2025 03:59:36 +0100 Subject: [PATCH] UPDATED: icon path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 94d2a77..28a485d 100644 --- a/Makefile +++ b/Makefile @@ -90,7 +90,7 @@ export LD := $(CC) export GAME_TITLE := CANDYNDS export GAME_SUBTITLE1 := Practica de Computadores export GAME_SUBTITLE2 := Grado de Ingenieria Informatica (URV) -export GAME_ICON := data/icon.bmp +export GAME_ICON := $(CURDIR)/data/icon.bmp .PHONY: $(BUILD) clean