diff options
| author | hathach <[email protected]> | 2023-09-25 16:53:11 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-09-25 16:53:11 +0700 |
| commit | a7c136c03f0c4a057f8b49c10ed9cddcecf52879 (patch) | |
| tree | bf511dca83e1ea14489e42574abca1aba4c2a2e1 /examples/make.mk | |
| parent | 81cd9951080181234f20d81c831ca0595d499577 (diff) | |
adding host/cdc_msc_hid_freertos example
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 |
