Skip to content

Commit

Permalink
fix bin name
Browse files Browse the repository at this point in the history
  • Loading branch information
cybwan committed Jul 20, 2023
1 parent c7676ce commit 3d98eaf
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 @@ -68,7 +68,7 @@ clean:
rm -rf bin

run:
@./bin/$(bin)
@./bin/$(XLB_BIN)

stop:
@sudo killall fsmxlb >> /dev/null 2>&1 || true
Expand Down

0 comments on commit 3d98eaf

Please sign in to comment.