Add Makefile

This commit is contained in:
ekzyis 2023-09-09 17:52:29 +02:00
parent 197ae8fe3c
commit d8e8d5ab8c
1 changed files with 5 additions and 0 deletions

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
install:
install --mode=755 telegram_poll.sh ~/.local/bin/gpt2tg_telegram_poll
install --mode=755 prompt.sh ~/.local/bin/gpt2tg_prompt
install --mode=755 prompt_streamparser.sh ~/.local/bin/gpt2tg_prompt_streamparser
install --mode=755 telegram_sender.sh ~/.local/bin/gpt2tg_telegram_sender