Skip to content

Commit

Permalink
Fix: Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lima committed Jun 10, 2024
1 parent 4e3963a commit c221db2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
.PHONY: clean generate regenerate test docs redocs hardhat bindings

build: hardhat bindings bin/game7
build: hardhat bindings bin/game7 bin/chainprof

rebuild: clean generate build

bin/game7:
mkdir -p bin
go build -o bin/game7 ./cmd/game7

bin/chainprof:
mkdir -p bin
go build -o bin/chainprof ./cmd/chainprof

bindings/Game7Token/Game7Token.go: hardhat
Expand Down

0 comments on commit c221db2

Please sign in to comment.