define-switch for frozen alert

This commit is contained in:
2020-09-20 22:40:05 +02:00
parent 66cfbb5da2
commit 65c19f6fb9
3 changed files with 35 additions and 5 deletions

View File

@ -167,6 +167,7 @@ clean:
@echo "Deleting directories"
@$(RM) -r build
@$(RM) -r bin
@$(RM) -f reHDD.log
# Main rule, checks the executable and symlinks to the output
all: $(BIN_PATH)/$(BIN_NAME)
@ -199,6 +200,7 @@ $(BUILD_PATH)/%.o: $(SRC_PATH)/%.$(SRC_EXT)
docs:
@$(RM) -r $(DOCDIR)/html
@doxygen $(DOCDIR)/doxyfile
.PHONY: style
style:
@bash astyle.sh