Change-Id: I8e9de3bb9bfa0b07eebe472131cc62b53ef5cc8b Refs: #1287
11 lines
130 B
Makefile
11 lines
130 B
Makefile
# Makefile COPYRIGHT FUJITSU LIMITED 2019
|
|
|
|
all:
|
|
$(CC) 1287_arm64.c -o 1287_arm64
|
|
|
|
test: all
|
|
./1287.sh
|
|
|
|
clean:
|
|
rm -f 1287_arm64
|