From 93bc13b144b16890cfb0c3b549e860245bc6bb65 Mon Sep 17 00:00:00 2001 From: Ace Date: Wed, 27 Jan 2016 16:57:59 +0800 Subject: [PATCH] ... --- learn/doc/mac_bash_profile | 1 + tools/comm/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/learn/doc/mac_bash_profile b/learn/doc/mac_bash_profile index 2df7001..63c5e21 100644 --- a/learn/doc/mac_bash_profile +++ b/learn/doc/mac_bash_profile @@ -15,4 +15,5 @@ alias ll='ls -lGh' alias ls='ls -Gh' alias rm='rm -rf' alias grep='grep --color' +alias egrep='egrep --color' alias msf='msfconsole' diff --git a/tools/comm/Makefile b/tools/comm/Makefile index b879cec..2ca933d 100644 --- a/tools/comm/Makefile +++ b/tools/comm/Makefile @@ -1,6 +1,6 @@ CC = gcc CPP = g++ -BINS = countc htc +BINS = countc htc cpuid SCRIPTS = cls cs DST = $(HOME)/.local/bin/ -- 2.44.0