database: make clean

Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
John McMaster 2018-11-12 14:42:34 -08:00
parent a09946b7bc
commit 8183a48985
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)