Skip to content

Commit

Permalink
README: describe tools build target
Browse files Browse the repository at this point in the history
The makefile can build tools in addition to the lone interpreter.
Document this fact.
  • Loading branch information
matheusmoreira committed Nov 22, 2023
1 parent 3a16a37 commit 6f93f2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Any of the following commands can be used:
make clean lone CFLAGS=-g
make clean lone UAPI=/alternative/linux/uapi/headers
make clean lone TARGET=x86_64 UAPI=/linux/uapi/headers/x86_64
make tools

Currently supported targets:

Expand Down

0 comments on commit 6f93f2f

Please sign in to comment.