#! /bin/bash
if [ -z "$1" ] || [ $# -eq 0 ]
then
ninja -t clean debug && ninja -t clean release
else
ninja-t clean $1
fi