Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup #41

Merged
merged 10 commits into from
Dec 30, 2023
Prev Previous commit
Next Next commit
fix bin/tests target causing make errors
Signed-off-by: Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
  • Loading branch information
n-eiling committed Dec 30, 2023
commit 3fb9afe982725ab7dc038bd5b25ed7c6ff638828
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#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

Expand Down Expand Up @@ -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
Expand Down