Packages

A post-quantum cryptography library for digital signatures based on the Falcon algorithm

Current section

Files

Jump to
ex_falcon lib mix tasks make.ex
Raw

lib/mix/tasks/make.ex

defmodule Mix.Tasks.Make.All do
use Mix.Task
@shortdoc "Runs both Makefiles"
def run(_) do
# Mix.shell().cmd("make -f Makefile")
Mix.shell().cmd("make -f Makefile1024")
end
end