diff options
| author | Wini-Buh <[email protected]> | 2021-06-11 22:36:17 +0200 |
|---|---|---|
| committer | Wini-Buh <[email protected]> | 2021-06-11 22:36:17 +0200 |
| commit | 60d8ecbfe617b0f398f90c3fede9a9488f4da407 (patch) | |
| tree | 30484f43a2e94b8bd6ce6301377a32036950f625 /examples/make.mk | |
| parent | 1c23462b43f47685cf0051568f4bfea5de37d563 (diff) | |
| parent | b34724215bea28ef93fd80ed9c2e4ddc87874093 (diff) | |
clean up
Diffstat (limited to 'examples/make.mk')
| -rw-r--r-- | examples/make.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/make.mk b/examples/make.mk index df8bfd617..9daf60e35 100644 --- a/examples/make.mk +++ b/examples/make.mk @@ -5,7 +5,7 @@ # Build directory BUILD := _build/$(BOARD) -PROJECT := $(BOARD)-$(notdir $(CURDIR)) +PROJECT := $(notdir $(CURDIR)) BIN := $(TOP)/_bin/$(BOARD)/$(notdir $(CURDIR)) # Handy check parameter function |
