Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/command_line.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Once your weld project is setup, you can build by specifying the following targe
# clean everything
make clean

# build just a single component and it's dependencies
# build just a single component and its dependencies
make my_component_name

# build just a single source file for a component
Expand Down
1 change: 0 additions & 1 deletion toolchain/clang/compile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
c_toolchain_path :=
def_source_path :=
def_obj_output_path :=
compiler_flag_list :=
source_file :=
def_source_file :=
obj_alias :=
Expand Down
1 change: 0 additions & 1 deletion toolchain/gcc/compile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
c_toolchain_path :=
def_source_path :=
def_obj_output_path :=
compiler_flag_list :=
source_file :=
def_source_file :=
obj_alias :=
Expand Down