diff --git a/Makefile b/Makefile index 8303ef9..f6f1e39 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,8 @@ FILES := $(notdir $(basename $(SRCS))) OBJS := $(addprefix $(OBJ_DIR)/,$(addsuffix .o,$(FILES))) +all: + all: @@ -65,7 +67,7 @@ git_push: _commit: git_commit git_push git_commit: - read -p "Enter git message: " msg; \ + @ read -p "Enter git message: " msg; \ git commit -am "$$msg" # remove a file only on git, not local