Skip to content

Commit

Permalink
Create buildfile.m
Browse files Browse the repository at this point in the history
  • Loading branch information
mcafaro committed Mar 6, 2024
1 parent fbe6338 commit b4b891d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions buildfile.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
function plan = buildfile
plan = buildplan(localfunctions);
plan.DefaultTasks = "default";
end

function defaultTask(~)
end

0 comments on commit b4b891d

Please sign in to comment.