define-switch for frozen alert
This commit is contained in:
6
makefile
6
makefile
@ -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
|
||||
|
Reference in New Issue
Block a user