Remove object files with 'make clean'

This commit is contained in:
Hackerpilot 2014-12-05 12:54:54 -08:00
parent c3a99df7b9
commit 61f1f92bdb
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ clean:
rm -rf bin
rm -f dscanner-report.json
rm -f githash.txt
rm -f *.o
CLIENT_SRC := src/client.d\
src/messages.d\