Skip to content

Commit

Permalink
regress: fix make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name authored and pstorz committed Jul 10, 2018
1 parent 1260ae5 commit ec2e0a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion regress/Makefile
Expand Up @@ -78,7 +78,8 @@ clean:
rm -f diff
rm -f 1 2 3 scripts/1 scripts/2 scripts/3 tests/1 tests/2 tests/3
find . -name .#* -exec rm -rf {} \;
rm -Rvf cmake-build
rm -Rvf build/cmake-build
rm build

# Reset our userid after running as root
reset:
Expand Down

0 comments on commit ec2e0a1

Please sign in to comment.