Support of multi-desplay setup.

This commit is contained in:
2025-03-16 15:40:47 -07:00
parent 565b9f8254
commit 4d681ac116
3 changed files with 20 additions and 15 deletions

View File

@@ -69,14 +69,13 @@ $(EXEC).app: $(EXEC)
all: $(EXEC).app
clear:
clear
kill:
-pkill $(EXEC)
run: clear kill all
# @open $(EXEC).app
open: kill all
open $(EXEC).app
run: kill all
./$(EXEC)
clean: