Skip to content

Commit

Permalink
Modify the script.
Browse files Browse the repository at this point in the history
  • Loading branch information
kentlouisetonino committed Jan 18, 2025
1 parent 75436f1 commit dfe27f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ debug:
make build
gdb bin/tempscale

tempscale:
run:
make build
bin/tempscale
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,13 @@

```sh
# Build the main file.
chmod +x run-build.sh
./run-build.sh
make build

# Run the CLI tool.
chmod +x run.sh
./run.sh
make run

# Run the CLI tool with GNU Debugger.
chmod +x run-debug.sh
./run-debug.sh
make debug
```

<br />
Expand Down

0 comments on commit dfe27f2

Please sign in to comment.