mirror of
https://github.com/Relintai/sfw.git
synced 2024-11-15 00:06:17 +01:00
6 lines
141 B
Bash
6 lines
141 B
Bash
|
|
||
|
g++ -Wall -g -c sfwl.cpp -o sfwl.o
|
||
|
g++ -Wall -g -c main.cpp -o main.o
|
||
|
|
||
|
g++ -Wall -static-libgcc -static-libstdc++ -g sfwl.o main.o -o game
|