- 2 Posts
- 4 Comments
Joined 2 years ago
Cake day: October 11th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
olymk2OPBto Emacs@communick.news•Any suggestions for a Kill Compile Run Execute sequence from emacs in a single step ?English1·2 years agoAwesome I will give that a try :)
olymk2OPBto Emacs@communick.news•Any suggestions for a Kill Compile Run Execute sequence from emacs in a single step ?English1·2 years agoOkay so what I think your saying is if i do something like this as the compilation command
go build main.go && ./main
Then when I run compilation again it will kill the buffer and running process and all will be good ?
olymk2OPBto Emacs@communick.news•Any suggestions for a Kill Compile Run Execute sequence from emacs in a single step ?English1·2 years agoI did wonder if that’s perhaps the solution, although not sure how you would get the pid in a make file to kill the running instance, make files are not something I have played with much, I will see if others have any suggestions.
Probably because I was just getting into golang and following a tutorial which did not mention using go run, but I will now thanks :)