diff options
| author | hathach <[email protected]> | 2024-04-24 22:41:22 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-04-24 22:41:22 +0700 |
| commit | 19f1080e381a81d5c56a0494b20c5c06475ffe42 (patch) | |
| tree | 401be1107063a40910273710bf876732088defb8 /examples/build_system/make/make.mk | |
| parent | eab42d90d42234997ea55c01b1a510c9bb6434aa (diff) | |
fix make build due to clang changes
Diffstat (limited to 'examples/build_system/make/make.mk')
| -rw-r--r-- | examples/build_system/make/make.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/build_system/make/make.mk b/examples/build_system/make/make.mk index 1ec42cb50..a78f4130d 100644 --- a/examples/build_system/make/make.mk +++ b/examples/build_system/make/make.mk @@ -20,8 +20,6 @@ ifndef TOOLCHAIN TOOLCHAIN = gcc endif -$(info TOOLCHAIN: $(TOOLCHAIN)) - #-------------- TOP and CURRENT_PATH ------------ # Set TOP to be the path to get from the current directory (where make was invoked) to the top of the tree. |
