mirror of
https://github.com/xfarrow/lasd.git
synced 2025-02-02 04:06:52 +01:00
02a46f308b
container.cpp container.hpp
8 lines
190 B
Bash
Executable File
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
|