diff --git a/.gitignore b/.gitignore index ea8d248..ed64b04 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ *.a obj/ bin/ +build/ +Makefile diff --git a/premake5.lua b/premake5.lua index 1d8f3a8..476736b 100644 --- a/premake5.lua +++ b/premake5.lua @@ -1,5 +1,6 @@ workspace "gearlib" configurations { "Debug", "Release" } + location "build" project "gearlib" kind "StaticLib"