mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-04 13:28:07 +00:00
4 lines
132 B
PowerShell
4 lines
132 B
PowerShell
|
|
||
|
# to build this, install mingw
|
||
|
|
||
|
gcc main.c -ggdb -omain -lgdi32 -lmingw32 # -mwindows # comment -mwindows out for console output
|