TombsOfHarc/compile.sh

4 lines
87 B
Bash
Raw Normal View History

2015-03-18 16:58:14 +00:00
#!/bin/bash
g++ src/*.cpp -o tuto -Iinclude -L. -ltcod -ltcodxx -Wl,-rpath=. -Wall -w