From 642e4c09c164bbec25a90e1270ffdd3360a94466 Mon Sep 17 00:00:00 2001 From: Gornak40 Date: Thu, 21 Nov 2024 11:36:01 +0300 Subject: [PATCH] fix: pepel build with makefile --- Makefile | 2 ++ README.md | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7bf4d91..25e3071 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,8 @@ else BIN_EXT := endif +.PHONY: $(TOOLS) + all: $(TOOLS) $(TOOLS): diff --git a/README.md b/README.md index bfe97bb..7772238 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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