mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-11 13:49:39 +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:
@@ -6,7 +6,8 @@ all:
|
||||
cp acrnlog.service $(OUT_DIR)/acrnlog.service
|
||||
|
||||
clean:
|
||||
rm $(OUT_DIR)/acrnlog
|
||||
rm -f $(OUT_DIR)/acrnlog
|
||||
rm -f $(OUT_DIR)/acrnlog.service
|
||||
|
||||
install: $(OUT_DIR)/acrnlog
|
||||
install -d $(DESTDIR)/usr/bin
|
||||
|
Reference in New Issue
Block a user