Skip to content
Snippets Groups Projects
Commit 3fb9afe9 authored by Niklas Eiling's avatar Niklas Eiling
Browse files

fix bin/tests target causing make errors

parent c85ca535
No related branches found
No related tags found
No related merge requests found
#MIT License...
.PHONY: all cuda-gdb libtirpc gpu cpu tests clean install install-cpu bin/tests
.PHONY: all cuda-gdb libtirpc gpu cpu tests clean install install-cpu
all: cpu install
......@@ -46,7 +46,7 @@ bin:
mkdir bin
bin/tests: bin tests
ln -s ../tests/bin bin/tests
ln -sf ../tests/bin bin/tests
bin/cricket-client.so: bin
$(MAKE) -C cpu cricket-client.so
......
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