Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ package: package_dir_structure set_git_commit_template package_gerrit_skiplist
# Copy CodeChecker binary.
cp $(ROOT)/bin/CodeChecker $(CC_BUILD_BIN_DIR)

# Allow lowercase codechecker command.
ln -fsv $(CC_BUILD_BIN_DIR)/CodeChecker $(CC_BUILD_BIN_DIR)/codechecker

# Copy license file.
cp $(ROOT)/LICENSE.TXT $(CC_BUILD_DIR)

Expand Down
Loading