kylin-update-frontend/immutable/Makefile

17 lines
322 B
Makefile

CC = g++
all: plugins notify newnotify send
plugins:
cd plugin && qmake .
cd plugin && make -j8
notify:
cd notification && cmake .
cd notification && make -j8
newnotify:
cd upgradenote/RebootAttention && qmake .
cd upgradenote/RebootAttention && make -j8
send:
cd NotifySend && qmake .
cd NotifySend && make -j8