This commit is contained in:
Paul Schneider 2025-11-16 15:53:13 +00:00
commit bcadc733bb
6 changed files with 15 additions and 18 deletions

View file

@ -4,7 +4,7 @@ FRAMEWORK=net8.0
DESTDIR=/tmp/yavsc
all:
@dotnet build --nologo 2>/dev/null |grep error
dotnet build --nologo
clean:
dotnet clean