2021-05-11 06:51:06 +02:00
|
|
|
|
|
|
|
#! /bin/bash
|
|
|
|
|
2021-05-17 15:21:13 +02:00
|
|
|
g++-10 -o main \
|
2021-05-11 06:51:06 +02:00
|
|
|
zlasdtest/exercise1/simpletest.cpp zlasdtest/exercise1/fulltest.cpp \
|
|
|
|
zlasdtest/exercise2/simpletest.cpp zlasdtest/exercise2/fulltest.cpp \
|
|
|
|
zlasdtest/exercise3/simpletest.cpp zlasdtest/exercise3/fulltest.cpp \
|
|
|
|
zlasdtest/exercise4/simpletest.cpp zlasdtest/exercise4/fulltest.cpp \
|
|
|
|
zlasdtest/container/container.cpp \
|
|
|
|
zlasdtest/test.cpp zmytest/test.cpp main.cpp
|