TombsOfHarc/compile.sh

4 lines
87 B
Bash
Executable File

#!/bin/bash
g++ src/*.cpp -o tuto -Iinclude -L. -ltcod -ltcodxx -Wl,-rpath=. -Wall -w