This commit is contained in:
Relintai 2024-01-05 16:51:12 +01:00
parent 9c94e2da8b
commit a28e434a92

View File

@ -2,5 +2,7 @@
ccache g++ -Wall -g -c sfw.cpp -o sfw.o
ccache g++ -Wall -g -c main.cpp -o main.o
#-static-libgcc -static-libstdc++
ccache g++ -Wall -lm -ldl -lpthread -lX11 -g sfw.o main.o -o game