CC = g++
all: plugins updater
plugins:
cd plugin && qmake .
cd plugin && make -j8
updater:
cd backend && ./setup.py build