Skip to content
Snippets Groups Projects
Commit e6d18774 authored by Ioan Sucan's avatar Ioan Sucan
Browse files

fix #6

parent 7dc6473c
No related branches found
No related tags found
No related merge requests found
all:
mkdir -p build
cd build && cmake .. && make
clean:
-cd build && make clean
rm -rf build
test: all
if cd build && make -k $@; then make test-results; else make test-results && exit 1; fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment