mirror of
https://github.com/imgurbot12/rmenu.git
synced 2025-02-12 05:05:06 +01:00
feat: make rmenu-build
This commit is contained in:
parent
b8c820aabf
commit
1335477c3f
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -18,6 +18,7 @@ install: build deploy
|
|||
deploy:
|
||||
mkdir -p ${DEST}
|
||||
cp -vf ./target/release/rmenu ${INSTALL}/rmenu
|
||||
cp -vf ./target/release/rmenu-build ${INSTALL}/rmenu-build
|
||||
cp -vf ./target/release/desktop ${DEST}/rmenu-desktop
|
||||
cp -vf ./target/release/run ${DEST}/rmenu-run
|
||||
cp -vf ./target/release/audio ${DEST}/rmenu-audio
|
||||
|
@ -29,6 +30,7 @@ build: build-rmenu build-plugins
|
|||
|
||||
build-rmenu:
|
||||
${CARGO} build -p rmenu ${FLAGS}
|
||||
${CARGO} build -p rmenu-plugin --bin rmenu-build ${FLAGS}
|
||||
|
||||
build-plugins:
|
||||
${CARGO} build -p run ${FLAGS}
|
||||
|
|
Loading…
Reference in a new issue