Merge pull request #246 from mcmasterg/clean_db

database: make clean
This commit is contained in:
John McMaster 2018-11-12 15:42:53 -08:00 committed by GitHub
commit cfb1a2e696
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
database/Makefile Normal file
View File

@ -0,0 +1,3 @@
clean:
rm -f $$(ls */* |grep -v settings.sh)