Commit 4a2fdfa9 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf Catch2-3.8.1.tar.gz
mkdir Catch2-3.8.1/build
cd Catch2-3.8.1/build && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE ..
$(MAKE) -C Catch2-3.8.1/build
$(MAKE) -C Catch2-3.8.1/build install
rm -rf Catch2-3.8.1
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment