mirror of https://github.com/xfarrow/lasd.git
8 lines
190 B
Bash
8 lines
190 B
Bash
|
|
||
|
#! /bin/bash
|
||
|
|
||
|
g++ -O3 -o main \
|
||
|
zlasdtest/exercise1/simpletest.cpp zlasdtest/exercise1/fulltest.cpp \
|
||
|
zlasdtest/container/container.cpp \
|
||
|
zlasdtest/test.cpp zmytest/test.cpp main.cpp
|