Skip to content

Commit

Permalink
Update and rename Build.wls to Build.wl
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryI authored Feb 19, 2025
1 parent 8029ef4 commit 462dc13
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Scripts/Build.wls → Scripts/Build.wl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env wolframscript

Get["CCompilerDriver`"];
Get["LibraryLink`"];

Expand Down Expand Up @@ -49,4 +51,6 @@ Block[{$directory, $libSrc, $libDir, $linkerOptions},
]
];

build["nCPU"];
build["nCPU"];

Print["Finished! Yo"];

0 comments on commit 462dc13

Please sign in to comment.