Skip to content

Commit

Permalink
Update hipeac2025 tutorial introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
jkressel authored Jan 16, 2025
1 parent d7ab4b4 commit c3f69ac
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/tutorials/hipeac2025/introduction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@ make
## Step 2: Build MAMBO with the plugin

Copy the makefile from `$MAMBO_ROOT/tutorials/hipeac2025/introduction/mambo` to your MAMBO repository to replace the existing makefile. This file includes the new plugin into the build process.

```shell
cp $MAMBO_ROOT/docs/tutorials/hipeac2025/introduction/mambo/makefile $MAMBO_ROOT
```
Copy line 13: `PLUGINS+=plugins/tutorial.c` of the makefile from `$MAMBO_ROOT/tutorials/hipeac2025/introduction/mambo` to the makefile in your MAMBO repository. This includes the new plugin into the build process.

Then, copy the initial plugin template into `$MAMBO_ROOT/plugins/tutorial.c`:

Expand Down

0 comments on commit c3f69ac

Please sign in to comment.