mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-12 12:30:08 +00:00
tools: invoke compiler with $(CC) instead of gcc for consistency
Signed-off-by: Tonny Tzeng tonny.tzeng@intel.com
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
OUT_DIR ?= .
|
||||
|
||||
all:
|
||||
gcc -g acrnlog.c -o $(OUT_DIR)/acrnlog -lpthread
|
||||
$(CC) -g acrnlog.c -o $(OUT_DIR)/acrnlog -lpthread
|
||||
|
||||
clean:
|
||||
rm $(OUT_DIR)/acrnlog
|
||||
|
Reference in New Issue
Block a user