#!/bin/bash
export NOCONFIGURE=1
confmake(){
	./configure --prefix=/usr "$@"
	make -j$(nproc)
}
conf(){
	./configure --prefix=/usr "$@"
}
