...
This commit is contained in:
8
example/compile.sh
Executable file
8
example/compile.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
object_files=$(dotnet run --project ../src/compiler/CLI/CLI.csproj src/main.nub src/c.nub)
|
||||
|
||||
echo $object_files
|
||||
|
||||
mkdir -p bin
|
||||
gcc -o bin/out $object_files
|
||||
Reference in New Issue
Block a user