mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-30 04:34:27 +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:
|
clean:
|
||||||
@cargo clean
|
@cargo clean
|
||||||
|
@rm -f $(GENERATED_FILES)
|
||||||
|
|
||||||
test:
|
test:
|
||||||
@cargo test --all --target $(TRIPLE)
|
@cargo test --all --target $(TRIPLE)
|
||||||
|
Loading…
Reference in New Issue
Block a user