Skip to content

Commit

Permalink
UPDATED: icon path
Browse files Browse the repository at this point in the history
  • Loading branch information
AleixMT committed Jan 14, 2025
1 parent 2dd00d2 commit 5dd68d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5dd68d4

Please sign in to comment.