mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 01:56:38 +00:00
HackStudio: Add a simple "Run" action
Ctrl+R will now execute "make run" in the project directory. :^)
This commit is contained in:
parent
654ffdef91
commit
708543c3d6
Notes:
sideshowbarker
2024-07-19 11:35:03 +09:00
Author: https://github.com/awesomekling
Commit: 708543c3d6
2 changed files with 12 additions and 0 deletions
|
@ -11,3 +11,6 @@ $(PROGRAM): $(OBJS)
|
|||
|
||||
clean:
|
||||
rm $(OBJS) $(PROGRAM)
|
||||
|
||||
run:
|
||||
./$(PROGRAM)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue