Skip to content

Commit

Permalink
Factory: fixes the name in Makefile from pair to pool
Browse files Browse the repository at this point in the history
  • Loading branch information
gangov committed Oct 26, 2023
1 parent a3ac303 commit 42fb1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/factory/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ test: build # because of token dependency

build:
$(MAKE) -C ../stake build || break;
$(MAKE) -C ../pair build || break;
$(MAKE) -C ../pool build || break;
cargo build --target wasm32-unknown-unknown --release

lint: fmt clippy
Expand Down

0 comments on commit 42fb1e1

Please sign in to comment.