diff options
| author | Ha Thach <[email protected]> | 2023-09-28 16:56:20 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-09-28 16:56:20 +0700 |
| commit | b394ae1786911a89ea3437d7090cda477ca7df6c (patch) | |
| tree | 18fd0a2c14493d2e6baf7490fc73deac81fe2290 /examples/make.mk | |
| parent | 5b08a65ad2e695332d56bd4676841a91f34dd5b1 (diff) | |
| parent | 8348631bf538e2aa0a433ed6e7df9e42bb39bdd5 (diff) | |
Merge pull request #2270 from hathach/add-max3421-esp32
Add max3421 support for esp32
Diffstat (limited to 'examples/make.mk')
| -rw-r--r-- | examples/make.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/make.mk b/examples/make.mk index 8fe4a3486..448d7883d 100644 --- a/examples/make.mk +++ b/examples/make.mk @@ -26,9 +26,6 @@ ifeq '$(findstring ;,$(PATH))' ';' CMDEXE := 1 # makefile shell commands should use syntax for DOS CMD, not unix sh -# Unfortunately, SHELL may point to sh or bash, which can't accept DOS syntax. -# We can't just use sh, because while sh and/or bash shell may be available, -# many Windows environments won't have utilities like realpath used below, so... # Force DOS command shell on Windows. SHELL := cmd.exe endif |
