Skip to content

Commit

Permalink
note about make realclean
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergi Baila committed May 7, 2020
1 parent 0deb487 commit bbe0a74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ The `txnTypesList.c` source file is autogenerated by the `createTxnTypes.py` scr

`txtypes.txt` should be generated externally by the Ardor developers whenever they add a new transaction type.

Changes to the `txtypes.txt` should be picked up by the make process and a new `txnTypesList.c` automatically generated. The `txnTypesList.c` is not deleted on `make clean` but you can use `make realclean` that cleans everything.

### Code Flow

The code flow starts at ardor_main (`main.c`) which uses a global try/catch to prevent the app from crashing on error.
Expand Down

0 comments on commit bbe0a74

Please sign in to comment.