#!/bin/bash
gitadd () 
{ 
    make fclean;
    git add .
}
gitadd "$@"
