chore: added parameters to css command courtesy of @caeljk

This commit is contained in:
Stevan Freeborn
2026-07-15 08:28:56 -05:00
parent 6a31e4492f
commit dd10b8c1ad
+1 -1
View File
@@ -1,6 +1,6 @@
Write-Host "[Compiling...]" Write-Host "[Compiling...]"
gcc main.c -o ./.bin/chip.exe gcc main.c -o ./.bin/chip.exe -Wall -Wextra
if ($LASTEXITCODE -ne 0) { if ($LASTEXITCODE -ne 0) {
Write-Host "[Failed to compiled]"; Write-Host "[Failed to compiled]";