User list
This commit is contained in:
parent
53de439e0a
commit
44cbaefa9c
11 changed files with 129 additions and 42 deletions
3
Makefile
3
Makefile
|
|
@ -3,6 +3,9 @@ CONFIG=Debug
|
|||
FRAMEWORK=net8.0
|
||||
DESTDIR=/tmp/yavsc
|
||||
|
||||
all:
|
||||
@dotnet build --nologo 2>/dev/null |grep error
|
||||
|
||||
clean:
|
||||
dotnet clean
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue