blob: 8d591e92f39f7ff0d4f9d0f489d9a1098a1ae46f [file] [log] [blame]
CC:=aarch64-linux-gnu-gcc
SRC:=hyp_kcov.c
OUT:=hyp_kcov_test
all:
$(CC) -static $(SRC) -o $(OUT)
clean:
rm -f $(OUT)
push:
scp $(OUT) vm:~/