Skip to content

Commit

Permalink
Also change other build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh committed Sep 8, 2023
1 parent bd38c9b commit 941beb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/C/src/rhythm/compile.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
#
set -euo pipefail

# Script to compile the code generated by lfc or by the Lingua Franca IDE
# for the programs in this directory using arguments that are suitable to the
# OS on which this is running. The OS is detected using the Posix command uname.
Expand Down
2 changes: 2 additions & 0 deletions examples/C/src/rosace/build_run_plot.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
set -euo pipefail

# This script compiles the generated code,
# executes it, and plots the results.
# The one argument is the name of the main reactor.
Expand Down

0 comments on commit 941beb4

Please sign in to comment.