makefile change

This commit is contained in:
He Chengyuan 2022-01-20 10:20:16 +08:00
parent 9d286381cd
commit cd9b694a28
1 changed files with 2 additions and 2 deletions

View File

@ -8,5 +8,5 @@ plugins:
updater:
cd backend && ./setup.py build
notify:
cd notify && cmake .
cd notify && make -j8
cd notification && cmake .
cd notification && make -j8