mirror of
https://github.com/zoriya/My3D.git
synced 2026-06-01 18:16:40 +00:00
Moving the main to the sources folder
This commit is contained in:
+1
-1
@@ -198,7 +198,7 @@ add_executable(My3D
|
||||
lib/xmlparser/src/xmlparser.c
|
||||
lib/xmlparser/src/xmlproperties.c
|
||||
src/game_loader.c
|
||||
main.c
|
||||
src/main.c
|
||||
lib/gamacon/include/errors.h
|
||||
lib/gamacon/src/ui/button.c
|
||||
lib/gamacon/src/ui/setup_ui.c
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
## Makefile
|
||||
##
|
||||
|
||||
SRC = main.c \
|
||||
SRC = src/main.c \
|
||||
src/game_loader.c
|
||||
|
||||
OBJ = $(SRC:%.c=%.o)
|
||||
|
||||
Reference in New Issue
Block a user