Skip to content

Commit

Permalink
judges path
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 21, 2024
1 parent 1314120 commit 8551b9b
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 @@ -32,7 +32,7 @@ SHELL = bash
YAMLS = $(wildcard tests/*.yml)
FBS = $(subst tests/,target/fb/,${YAMLS:.yml=.fb})
HTMLS = $(subst fb/,html/,${FBS:.fb=.html})
JUDGES = /code/gems/judges/bin/judges
JUDGES = judges
DIRS = target target/html target/fb

export
Expand Down

0 comments on commit 8551b9b

Please sign in to comment.