Skip to content

Commit

Permalink
fix: pepel build with makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Gornak40 committed Nov 21, 2024
1 parent 15778ba commit 642e4c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ else
BIN_EXT :=
endif

.PHONY: $(TOOLS)

all: $(TOOLS)

$(TOOLS):
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ Daemon that sends user-requested Ejudge submits to the printer. Useful in team c
4. Set the `system.printer` config parameter to hardware printer name. Leave it empty if you don't need printing.
5. Set the `ejudge.uprinter` config parameter to [printer](https://ejudge.ru/wiki/index.php/Userdb:users). Leave it empty if you use only one printer.

You can find out the printer name by using [lsusb](https://www.opennet.ru/man.shtml?topic=lsusb&category=8) on Linux or [Get-Printer](https://learn.microsoft.com/en-us/powershell/module/printmanagement/get-printer) on Windows.
You can find out the printer name by using [lsusb](https://manpages.org/lsusb/8) on Linux or [Get-Printer](https://learn.microsoft.com/en-us/powershell/module/printmanagement/get-printer) on Windows.

### Flags
- `-i` - contest id (required)
Expand All @@ -390,6 +390,7 @@ You can find out the printer name by using [lsusb](https://www.opennet.ru/man.sh
### Config
- `ejudge.url`
- `ejudge.secret1`
- `ejudge.uprinter`
- `system.printer`

### Nginx
Expand Down

0 comments on commit 642e4c0

Please sign in to comment.