Remove debug target from `Makefile`

This commit is contained in:
Krzysztof Sikorski 2024-02-15 00:26:05 +01:00
parent ad6e83f47a
commit 8e4254b985
Signed by: krzysztof-sikorski
GPG Key ID: 4EB564BD08FE8476
1 changed files with 0 additions and 4 deletions

View File

@ -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: