diff options
| author | hathach <[email protected]> | 2025-02-12 11:39:26 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-02-12 11:39:26 +0700 |
| commit | 294fb268d7bf36d163363fa669f3984fc95bfd32 (patch) | |
| tree | 1f935c0ca374db7a27c2e3458a591bc575fea8e7 /examples/host/midi_rx/Makefile | |
| parent | 85247e50ddc17347fca1f6c9b9fedb1227eda25f (diff) | |
pre-commit fix
Diffstat (limited to 'examples/host/midi_rx/Makefile')
| -rw-r--r-- | examples/host/midi_rx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/host/midi_rx/Makefile b/examples/host/midi_rx/Makefile index f830617ac..af8ef4275 100644 --- a/examples/host/midi_rx/Makefile +++ b/examples/host/midi_rx/Makefile @@ -6,4 +6,4 @@ INC += \ # Example source EXAMPLE_SOURCE += $(wildcard src/*.c) SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE)) -include ../../rules.mk
\ No newline at end of file +include ../../rules.mk |
