refactoring

This commit is contained in:
Lorenzo Torres 2025-11-01 16:32:49 +01:00
parent aa7b921523
commit e6bdc84343
8 changed files with 35 additions and 3 deletions

View file

@ -3,7 +3,7 @@ include config.mk
SRC:=topaz.c
ifeq (${BACKEND},gl)
SRC += opengl/gl.c opengl/platform.c
SRC += gl/gl.c gl/platform.c
endif
OBJ:=${SRC:.c=.o}