simplenotesdesktop/Makefile

3 lines
265 B
Makefile
Raw Normal View History

2023-12-08 02:12:04 +00:00
build:
cd SimpleNotes.Gtk; dotnet publish -o ../bin/linux-x64 -f net7.0 -r linux-x64 --self-contained && dotnet publish -o ../bin/linux-arm -f net7.0 -r linux-arm --self-contained && dotnet publish -o ../bin/linux-arm64 -f net7.0 -r linux-arm64 --self-contained