From a03a80b193346e9a3be06a1fd254d416ac4828b8 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Mon, 26 Jan 2015 00:53:25 +0900 Subject: [PATCH] Remove unsed variable --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 4ccdbad..a46038c 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,6 @@ current := $(shell date) uname := $(shell uname) shrc_loadables := sh bash zsh -shrc_common_tpl := emacs ?= $(shell which emacs 2>/dev/null) git ?= $(shell which git 2>/dev/null)