Makefile setup scripts permission

pull/204/head
J-Rios 2024-05-19 00:58:27 +02:00
rodzic 09f33e6919
commit 7f9c74e2ee
Nie znaleziono w bazie danych klucza dla tego podpisu
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -15,16 +15,21 @@ help:
@ echo "" @ echo ""
run: run:
@ chmod +x $(TOOLS)/run
@ $(TOOLS)/run @ $(TOOLS)/run
kill: kill:
@ chmod +x $(TOOLS)/kill
@ $(TOOLS)/kill @ $(TOOLS)/kill
status: status:
@ chmod +x $(TOOLS)/status
@ $(TOOLS)/status @ $(TOOLS)/status
monitor: monitor:
@ chmod +x $(TOOLS)/monitor
@ $(TOOLS)/monitor @ $(TOOLS)/monitor
errors: errors:
@ chmod +x $(TOOLS)/check_errors
@ $(TOOLS)/check_errors @ $(TOOLS)/check_errors