set location for generated project files

This commit is contained in:
sam 2024-05-08 17:30:51 +12:00
parent ac3db5a8f9
commit 316b8bceb6
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored
View file

@ -1,3 +1,5 @@
*.a
obj/
bin/
build/
Makefile

View file

@ -1,5 +1,6 @@
workspace "gearlib"
configurations { "Debug", "Release" }
location "build"
project "gearlib"
kind "StaticLib"