Files
app-ethereum/tests/zemu/Makefile
2024-03-27 14:43:15 +01:00

9 lines
106 B
Makefile

MAKEFLAGS += --no-print-directory
all:
./build_local_test_elfs.sh
yarn install
yarn test
.PHONY: all