mirror of
https://github.com/xfarrow/lasd.git
synced 2025-01-07 15:41:28 +01:00
9 lines
248 B
Bash
Executable File
9 lines
248 B
Bash
Executable File
|
|
#! /bin/bash
|
|
|
|
g++ -g -O3 -o main \
|
|
zlasdtest/exercise1/simpletest.cpp zlasdtest/exercise1/fulltest.cpp \
|
|
zlasdtest/exercise2/simpletest.cpp zlasdtest/exercise2/fulltest.cpp \
|
|
zlasdtest/container/container.cpp \
|
|
zlasdtest/test.cpp main.cpp
|