mirror of
https://github.com/jesseduffield/lazygit.git
synced 2024-11-23 09:16:33 -06:00
Change "make run" to do a build and then launch lazygit
As far as I can tell, there's not much of a difference in behavior between the two. The advantage of doing it this way is that you can attach a debugger to the running lazygit process; see next commit.
This commit is contained in:
parent
de598e55a6
commit
5d5e24a48e
4
Makefile
4
Makefile
@ -10,8 +10,8 @@ install:
|
|||||||
go install
|
go install
|
||||||
|
|
||||||
.PHONY: run
|
.PHONY: run
|
||||||
run:
|
run: build
|
||||||
go run main.go
|
./lazygit
|
||||||
|
|
||||||
# Run `make run-debug` in one terminal tab and `make print-log` in another to view the program and its log output side by side
|
# Run `make run-debug` in one terminal tab and `make print-log` in another to view the program and its log output side by side
|
||||||
.PHONY: run-debug
|
.PHONY: run-debug
|
||||||
|
Loading…
Reference in New Issue
Block a user