hstr/build/test-clean.sh

5 lines
84 B
Bash
Executable file

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