mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-04-08 13:23:22 +00:00
The tools directory is moved out of ./devicemodle, to be in parallel with hypervisor, devicemodel and doc. Signed-off-by: Yan, Like <like.yan@intel.com>
6 lines
89 B
Makefile
6 lines
89 B
Makefile
all: acrnctl.c
|
|
gcc -o acrnctl acrnctl.c -I../../include -Wall -g
|
|
|
|
clean:
|
|
rm -f acrnctl
|