Added distclean make target

This commit is contained in:
Maurizio Porrato 2017-02-18 12:13:16 +00:00
parent 953ddc6cff
commit a19775673d
1 changed files with 3 additions and 0 deletions

View File

@ -14,5 +14,8 @@ html:
@echo "Generating fsdata.."
cd fsdata && ./makefsdata
distclean:
$(RM) fsdata/fsdata.c
pretty:
astyle --style=google *.c && $(RM) *.orig