Updated Makefile

This commit is contained in:
Netkas 2021-01-14 11:52:14 -05:00
parent 3294bc4ea6
commit 5aab4f5ba9
1 changed files with 3 additions and 0 deletions

View File

@ -193,6 +193,9 @@ start_spamdetect:
start_translation:
python3 -m coffeehouse_translation --start-server
start_nsfw:
python3 -m coffeehouse_nsfw --start-server
start_corenlp:
cd services/corenlp; make start