Added a program icon.

This commit is contained in:
2026-04-06 19:25:37 -07:00
parent 9473a05a9b
commit 0a89186e20
3 changed files with 117232 additions and 1 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ UFLAGS =
# hence we ignore the incompliance in our code.
# NOTE: We allow function declrations with specifying void
# (ex, void test() is allowed).
FLAGS = -ansi -pedantic -pedantic-errors -Wno-long-long \
FLAGS = -ansi -pedantic -pedantic-errors -Wno-long-long -Wno-overlength-strings \
-Wno-strict-prototypes -Wall -Wextra -fno-caret-diagnostics \
-fno-show-column -Wno-missing-field-initializers \
-Wno-unused-function -Wno-unused-parameter -Wno-unused-variable \