diff --git a/premake5.lua b/premake5.lua index d592297..193f93a 100644 --- a/premake5.lua +++ b/premake5.lua @@ -12,7 +12,7 @@ project "Dice" links { "m", "stdc++", "SDL3", "SDL3_ttf", "SDL3_image" } buildoptions { "-Wall" } targetdir "bin/" - postbuildcommands { "{COPYDIR} %{wks.location}/assets/ %{cfg.targetdir}/assets/" } + postbuildcommands { "{RMDIR} %{cfg.targetdir}/assets", "{COPYDIR} %{wks.location}/assets/ %{cfg.targetdir}/assets/" } filter "configurations:debug" defines { "DEBUG" } symbols "On"