diff --git a/Makefile b/Makefile index 8619ddf..6bdd20a 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ test: dotnet test Ficdown.Parser.Tests publish: clean + rm /tmp/ficdown* dotnet publish --self-contained -c Release -r linux-x64 Ficdown.Console tar -C Ficdown.Console/bin/Release/netcoreapp2.1/linux-x64/publish -cvzf /tmp/ficdown-linux64.tar.gz . dotnet publish --self-contained -c Release -r win-x64 Ficdown.Console