8 lines
105 B
Makefile
8 lines
105 B
Makefile
|
|
MAKEFLAGS += --no-print-directory
|
||
|
|
|
||
|
|
all:
|
||
|
|
./build_local_test_elfs.sh
|
||
|
|
yarn install
|
||
|
|
yarn test
|
||
|
|
|
||
|
|
.PHONY: all
|