Alessandro Ferro 02a46f308b [Esercizio 1]
container.cpp container.hpp
2021-03-30 16:30:34 +02:00

8 lines
190 B
Bash
Executable File

#! /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