Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Moritz Maurer committed Oct 5, 2024
1 parent cfc4fe5 commit 49b82dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ LIB_SRC_DIR = $(SRC_DIR)/libs
APP_SRC_DIR = $(SRC_DIR)/app
DOC_SRC_DIR = $(SRC_DIR)/docs

BASHCMD = bash
BASHCMD = @bash
REPLACE_CMD = $(BASHCMD) $(BASH_SCRIPT_DIR)/replace.sh
CLANG_TIDY_CMD = $(BASHCMD) $(BASH_SCRIPT_DIR)/clang-tidy.sh
CLANG_FORMAT_CMD = $(BASHCMD) $(BASH_SCRIPT_DIR)/clang-format.sh
Expand Down

0 comments on commit 49b82dc

Please sign in to comment.