...
This commit is contained in:
11
examples/build.sh
Executable file
11
examples/build.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
pushd math
|
||||
|
||||
dotnet run --project ../../compiler math.nub --type=lib
|
||||
|
||||
popd
|
||||
|
||||
pushd program
|
||||
|
||||
dotnet run --project ../../compiler main.nub ../math/.build/out.nublib
|
||||
|
||||
popd
|
||||
Reference in New Issue
Block a user