From dd10b8c1adb2a6c2db0af69b6328bd288b8f0784 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn Date: Wed, 15 Jul 2026 08:28:56 -0500 Subject: [PATCH] chore: added parameters to css command courtesy of @caeljk --- run.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.ps1 b/run.ps1 index c21811e..6a45e45 100644 --- a/run.ps1 +++ b/run.ps1 @@ -1,6 +1,6 @@ Write-Host "[Compiling...]" -gcc main.c -o ./.bin/chip.exe +gcc main.c -o ./.bin/chip.exe -Wall -Wextra if ($LASTEXITCODE -ne 0) { Write-Host "[Failed to compiled]";