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 ""
run:
@ chmod +x $(TOOLS)/run
@ $(TOOLS)/run
kill:
@ chmod +x $(TOOLS)/kill
@ $(TOOLS)/kill
status:
@ chmod +x $(TOOLS)/status
@ $(TOOLS)/status
monitor:
@ chmod +x $(TOOLS)/monitor
@ $(TOOLS)/monitor
errors:
@ chmod +x $(TOOLS)/check_errors
@ $(TOOLS)/check_errors