sfw/tools/merger/test/compile_linux.sh

7 lines
153 B
Bash
Executable File

ccache g++ -Wall -g -c sfw.cpp -o sfw.o
ccache g++ -Wall -g -c main.cpp -o main.o
ccache g++ -Wall -lm -ldl -lpthread -lX11 -g sfw.o main.o -o game