Skip to content

Commit

Permalink
Reorg to make go install work
Browse files Browse the repository at this point in the history
  • Loading branch information
donatj committed Apr 24, 2024
1 parent 6279068 commit 724f7bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $(LOCAL_BIN):
mkdir -p $(LOCAL_BIN)

$(BINARY): $(LOCAL_BIN)
go build -o $(BINARY) cmd/main.go
go build -o $(BINARY) cmd/makefile-graph/main.go

build: $(BINARY)

Expand Down
File renamed without changes.

0 comments on commit 724f7bf

Please sign in to comment.