Skip to content

Commit

Permalink
Correct the value of MAIN_SOURCES in the makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi688 committed Feb 11, 2024
1 parent 030049d commit a722165
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 @@ -16,7 +16,7 @@ STATIC_LIB_NAME = playvk.a
DYNAMIC_LIB_NAME = playvk.dll
EXECUTABLE_NAME = main
MAIN_SOURCE_LANG = c
MAIN_SOURCES=main.c
MAIN_SOURCES=source/main.c
EXTERNAL_INCLUDES = -I"$(VK_SDK_PATH)/Include/"
EXTERNAL_LIBS =-L./external-dependency-libs -lglfw3 -L"$(VK_SDK_PATH)/Lib/" -lvulkan-1 -lgdi32
BUILD_DEFINES=
Expand Down

0 comments on commit a722165

Please sign in to comment.