Guest User

Untitled

a guest
May 21st, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. MYSQL_CFLAGS = `mysql_config --cflags`
  2. MYSQL_LIBS = `mysql_config --libs`
  3.  
  4. DONE = @(if [ `echo $@|grep \\\.o|wc -l` -eq 1 ];then echo " successfully built \033[32m$@\033[0m";elif [ `echo $@|grep all|wc -l` -eq 1 ];then echo "\033[1m successfully built \033[31m$@\033[0m";else echo " successfully built \033[34m$@\033[0m";fi)
Add Comment
Please, Sign In to add comment