rcc: single dash options
According to help, options are single-dash - in fact, the default `rcc` on fedora doesn't accept double-dash.
This commit is contained in:
parent
e0e1487643
commit
fa3aa77ee5
2
Makefile
2
Makefile
|
@ -225,7 +225,7 @@ rcc:
|
||||||
rm -f ./resources.rcc
|
rm -f ./resources.rcc
|
||||||
rm -f ./ui/resources.qrc
|
rm -f ./ui/resources.qrc
|
||||||
./ui/generate-rcc.sh
|
./ui/generate-rcc.sh
|
||||||
rcc --binary ui/resources.qrc -o ./resources.rcc
|
rcc -binary ui/resources.qrc -o ./resources.rcc
|
||||||
|
|
||||||
nim_status_client: | $(DOTHERSIDE) $(STATUSGO) $(QRCODEGEN) $(FLEETFILE) rcc deps
|
nim_status_client: | $(DOTHERSIDE) $(STATUSGO) $(QRCODEGEN) $(FLEETFILE) rcc deps
|
||||||
echo -e $(BUILD_MSG) "$@" && \
|
echo -e $(BUILD_MSG) "$@" && \
|
||||||
|
|
Loading…
Reference in New Issue