hstr/build/test-clean.sh

6 lines
84 B
Bash
Raw Normal View History

#!/bin/bash
cd ../test && make clean && rm -vf _* hstr-unit-tests Makefile
# eof