mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-29 21:49:05 +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
78 B
Makefile
6 lines
78 B
Makefile
all:
|
|
gcc -o acrntrace acrntrace.c sbuf.c -I. -lpthread
|
|
|
|
clean:
|
|
rm acrntrace
|