Remove debug target from Makefile
This commit is contained in:
parent
ad6e83f47a
commit
8e4254b985
1 changed files with 0 additions and 4 deletions
4
Makefile
4
Makefile
|
@ -8,10 +8,6 @@ SHELL := /bin/sh
|
|||
default:
|
||||
@echo "Please choose target explicitly."
|
||||
|
||||
.PHONY: get_user
|
||||
get_user:
|
||||
echo "ID:" $$(id --user)
|
||||
|
||||
# git helper: push current branch to configured remotes
|
||||
.PHONY: git_push_current_branch
|
||||
git_push_current_branch:
|
||||
|
|
Reference in a new issue