kylin-update-frontend/initial/Makefile

11 lines
150 B
Makefile

CC = g++
all: plugins notify
plugins:
cd plugin && qmake .
cd plugin && make -j8
notify:
cd notification && cmake .
cd notification && make -j8