Files
aliendefender/make.sh
2010-08-31 00:23:27 +04:00

6 lines
55 B
Bash
Executable File

#! /bin/bash
cmake ./
make $@
cd ADeditor
qmake
make $@