From 2e1c51e17639abd35d99184996e8e54d74a659b1 Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Thu, 09 Jun 2022 12:37:10 +0000 Subject: [PATCH] fix: bench rmrk-core in make bench --- --- a/Makefile +++ b/Makefile @@ -98,4 +98,4 @@ make _bench PALLET=proxy-rmrk-core .PHONY: bench -bench: bench-evm-migration bench-unique bench-structure bench-fungible bench-refungible bench-nonfungible +bench: bench-evm-migration bench-unique bench-structure bench-fungible bench-refungible bench-nonfungible bench-rmrk-core -- gitstuff