Skip to content

Commit

Permalink
README: improve readability
Browse files Browse the repository at this point in the history
The ability to clean and rebuild in the same command
has already been demonstrated. There's no need for repetition.
  • Loading branch information
matheusmoreira committed Nov 22, 2023
1 parent 6f93f2f commit 22001a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ Currently in the early stages of development.
## Building

Lone is built by a simple GNU Make file.
Any of the following commands can be used:
The following commands can be used:

make
make lone
make clean
make clean lone
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 lone CFLAGS=-g
make lone UAPI=/alternative/linux/uapi/headers
make lone TARGET=x86_64 UAPI=/linux/uapi/headers/x86_64
make tools

Currently supported targets:
Expand Down

0 comments on commit 22001a4

Please sign in to comment.