Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
uatuko committed Jan 4, 2025
1 parent 9b3f524 commit 1200ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ lint\:fix:
clang-format --style=file -i $(sources)

run: $(binary)
$(binary) -4 127.0.0.1
$(binary) -4 127.0.0.1 $(filter-out $@,$(MAKECMDGOALS))

test: $(binary)
ctest --test-dir $(builddir) --output-on-failure $(filter-out $@,$(MAKECMDGOALS))

0 comments on commit 1200ce7

Please sign in to comment.