Commit af043ae0 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf CLI11-2.5.0.tar.gz
mkdir CLI11-2.5.0/build
cd CLI11-2.5.0/build && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE ..
$(MAKE) -C CLI11-2.5.0/build
$(MAKE) -C CLI11-2.5.0/build test
$(MAKE) -C CLI11-2.5.0/build install
rm -rf CLI11-2.5.0
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