Dev Container Overhaul (#5023)

* Cleanup & Reorganize Makefile for Dev Containers

* Fix Makefile & misc fixes

---------

Co-authored-by: m0th <43860202+m0th@users.noreply.github.com>
This commit is contained in:
m0th
2025-10-30 01:22:23 -04:00
committed by GitHub
parent f74efcaa5f
commit c611a25385
6 changed files with 221 additions and 223 deletions
+1 -1
View File
@@ -35,4 +35,4 @@ IF(UNIX)
ADD_DEFINITIONS(-fPIC)
ENDIF(UNIX)
SET(LIBRARY_OUTPUT_PATH ../../Bin)
SET(LIBRARY_OUTPUT_PATH ../../bin)