Add theme example and minor addition to config
This commit is contained in:
@ -1,14 +0,0 @@
|
||||
function doClang() {
|
||||
export CC=clang
|
||||
export CXX=clang++
|
||||
}
|
||||
|
||||
function doGcc() {
|
||||
export CC=gcc
|
||||
export CXX=g++
|
||||
}
|
||||
|
||||
function undoCompiler() {
|
||||
unset CC
|
||||
unset CXX
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
# Find the number of available cores and return variable NUMCPU
|
||||
# You can use this i.e. to "make -j${NUMCPU}"
|
||||
|
||||
NUMCPU=$(getconf _NPROCESSORS_ONLN)
|
Reference in New Issue
Block a user