agent: Make build remove generated files on clean

Ensure that `make clean` removes generated files.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
James O. D. Hunt 2020-09-15 17:00:59 +01:00 committed by Christophe de Dinechin
parent 0bb3117a51
commit c823b4cd99

View File

@ -108,6 +108,7 @@ install: build-service
clean:
@cargo clean
@rm -f $(GENERATED_FILES)
test:
@cargo test --all --target $(TRIPLE)