Fixed trailing comma missing in list within build script

This commit is contained in:
WiggleWizard
2024-09-02 11:11:05 +01:00
parent bcf3e9751a
commit 67a1406e1b

View File

@@ -110,7 +110,7 @@ project "Nuake"
"%{prj.name}/src/Vendors/katana-parser/*.c",
"%{prj.name}/src/Vendors/incbin/*.c",
"%{prj.name}/src/Vendors/incbin/*.h",
"%{prj.name}/src/Vendors/filewatch/*.hpp"
"%{prj.name}/src/Vendors/filewatch/*.hpp",
-- Modules System
"%{prj.name}/src/Modules/Modules.h",