mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 20:24:31 +00:00
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:
parent
0bb3117a51
commit
c823b4cd99
@ -108,6 +108,7 @@ install: build-service
|
||||
|
||||
clean:
|
||||
@cargo clean
|
||||
@rm -f $(GENERATED_FILES)
|
||||
|
||||
test:
|
||||
@cargo test --all --target $(TRIPLE)
|
||||
|
Loading…
Reference in New Issue
Block a user