Skip to content

Commit

Permalink
README: explain targets and variables separately
Browse files Browse the repository at this point in the history
Put them in two different little sections.
  • Loading branch information
matheusmoreira committed Nov 22, 2023
1 parent ec42d45 commit e2d9ad6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ Currently in the early stages of development.
## Building

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

The following phony targets can be used:

make
make clean
Expand All @@ -24,6 +25,8 @@ The following commands can be used:
make clean lone
make clean lone tools

The following variables are recognized:

make CFLAGS=-g
make LD=mold
make LTO=yes
Expand Down

0 comments on commit e2d9ad6

Please sign in to comment.