Skip to content

Commit

Permalink
Added warning about leaving artifacts at the root of your project.
Browse files Browse the repository at this point in the history
  • Loading branch information
n7s committed Nov 25, 2024
1 parent d511a16 commit 33be189
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/smith/intro.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,11 @@ objects. It then takes these objects and allows the user to run various
build commands on them.

Waf, on which smith is built, works by creating a build directory
into which all the results are stored. This is by design and a useful feature as it leaves the source directories pristine and makes for easy clearing up. The build directory is created using
the command:
into which all the results are stored. This is by design and a useful feature as it leaves the source directories pristine and makes for easy clearing up.

WARNING: Make sure that you don't store past artifacts like .ttf files at the root of the project as various build targets will likely get confused and produce unexpected results. Use the `references/` or the `sources/archives/` folders instead.

The build directory is created using the command:

----
smith configure
Expand Down

0 comments on commit 33be189

Please sign in to comment.