mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:27:43 +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
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