mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-04-17 12:06:38 +02: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
|
||||
|
||||
.PHONY: run
|
||||
run:
|
||||
go run main.go
|
||||
run: build
|
||||
./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
|
||||
.PHONY: run-debug
|
||||
|
Loading…
x
Reference in New Issue
Block a user