#!/bin/bash [[ -f obj/apogee.a ]] && rm obj/apogee.a find ./obj -type f | grep -E '\.o$' | xargs -I'{}' rm '{}'