mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-08 10:04:42 +00:00
Tools: add Makefile for all tools
Add a Makefile under ./tools to avoid changing top-level Makefile frequently Acked-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com> Signed-off-by: Yan, Like <like.yan@intel.com>
This commit is contained in:
@@ -17,6 +17,7 @@ clean:
|
||||
rm -f $(OUT_DIR)/acrnctl
|
||||
rm -f $(OUT_DIR)/acrn_mngr.o
|
||||
rm -f $(OUT_DIR)/libacrn-mngr.a
|
||||
rm -f $(OUT_DIR)/acrn_mngr.h
|
||||
|
||||
.PHONY: install
|
||||
install: $(OUT_DIR)/acrnctl
|
||||
|
||||
Reference in New Issue
Block a user