mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-08 12:19:06 +00:00
add a makefile under project root directory
it can be used as following: make ==> to make hypervisor & devicemodel & tools also modify tools makefile to support out-dir setting. Signed-off-by: Minggui Cao <minggui.cao@intel.com> Reviewed-by: Jack Ren <jack.ren@intel.com>
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
|
||||
OUT_DIR ?= .
|
||||
|
||||
all:
|
||||
gcc -g acrnlog.c -o acrnlog -lpthread
|
||||
gcc -g acrnlog.c -o $(OUT_DIR)/acrnlog -lpthread
|
||||
|
||||
clean:
|
||||
rm acrnlog
|
||||
|
Reference in New Issue
Block a user