]> Zhao Yanbai Git Server - acecode.git/commitdiff
...
authorAce <acezhao@tencent.com>
Wed, 27 Jan 2016 08:57:59 +0000 (16:57 +0800)
committerAce <acezhao@tencent.com>
Wed, 27 Jan 2016 08:57:59 +0000 (16:57 +0800)
learn/doc/mac_bash_profile
tools/comm/Makefile

index 2df7001011bbe1ed33e67291f801f5204a4b1dca..63c5e2121e295a11c905ddbd7062a8f733ff24bc 100644 (file)
@@ -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'
index b879cec33e32d98331fc1bf6b52e5bed869751be..2ca933df711052053d471231933ad63ba392bc4f 100644 (file)
@@ -1,6 +1,6 @@
 CC     = gcc
 CPP    = g++
-BINS   = countc htc
+BINS   = countc htc cpuid
 SCRIPTS = cls cs
 DST    = $(HOME)/.local/bin/