Skip to content

Instantly share code, notes, and snippets.

View TiZmSpectrum's full-sized avatar

Karl Fryzek TiZmSpectrum

View GitHub Profile
@TiZmSpectrum
TiZmSpectrum / gist:e6b4ac02b64b374d9c7afb1fadd3b9ae
Created March 8, 2026 19:35
Goated SGDK powershell compiler script I found
# set the make path and make file to your own location of course.
$makePath = "D:\Development\SDK\SGDK\bin\make.exe"
$makefile = "D:\Development\SDK\SGDK\makefile.gen"
$currentDir = $PSScriptRoot
Set-Location -Path $currentDir
Write-Host "--- SGDK Build Started ---" -ForegroundColor Cyan