Skip to content

Commit

Permalink
Update a comment in everything.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
kyumcu authored and ripatel-fd committed Mar 17, 2024
1 parent 4d26e5b commit 9e9a7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/everything.mk
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ help:
# FUZZFLAGS = $(FUZZFLAGS)
# EXTRAS_CPPFLAGS = $(EXTRA_CPPFLAGS)
# Explicit goals are: all bin include lib unit-test help clean distclean asm ppp
# "make all" is equivalent to "make bin include lib unit-test"
# "make all" is equivalent to "make bin include lib unit-test fuzz-test"
# "make info" makes build info $(OBJDIR)/info for the current platform (if not already made)
# "make bin" makes all binaries for the current platform (except those requiring the Rust toolchain)
# "make include" makes all include files for the current platform
Expand Down

0 comments on commit 9e9a7c4

Please sign in to comment.