mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 17:29:50 +03:00
sonar fixes
This commit is contained in:
2
Makefile
2
Makefile
@@ -113,6 +113,7 @@ COMPILE.cpp = $(CXX) $(CXX_STANDARD) $(CXXFLAGS) $(DEPFLAGS) -c $< -o $@
|
||||
#----------------------------------------------------------------------
|
||||
# Targets
|
||||
#----------------------------------------------------------------------
|
||||
.PHONY: all
|
||||
all: $(OUTPUT)
|
||||
|
||||
$(OUTPUT): $(OBJS)
|
||||
@@ -138,6 +139,7 @@ cppcheck: $(SOURCES)
|
||||
run: $(OUTPUT)
|
||||
@$<
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
@$(RM) -r $(BUILD) $(OUTPUT)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user