refactoring
This commit is contained in:
parent
aa7b921523
commit
e6bdc84343
8 changed files with 35 additions and 3 deletions
2
makefile
2
makefile
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue