Added missing source and added removal of $(CONFIG) in make clean

This commit is contained in:
2018-07-30 19:48:57 -05:00
parent cb7e2b8d21
commit f32df69db5
3 changed files with 17 additions and 0 deletions

View File

@@ -99,6 +99,7 @@ test: $(ROOT)
clean:
@rm -rvf $(ROOT) \
$(DEV) \
$(CONFIG) \
$(SNAPINFO) \
$(MANIFEST) \
$(FILES) \