fix: rm the correct paths for resources.qrc|rcc

This commit is contained in:
Michael Bradley, Jr 2020-07-07 13:13:41 -05:00 committed by Michael Bradley
parent a578a40c98
commit 8f50ccb1ea
1 changed files with 2 additions and 2 deletions

View File

@ -168,8 +168,8 @@ $(QRCODEGEN): | deps
$(MAKE)
rcc:
rm -f ./bin/resources.rcc
rm -f ./resources.qrc
rm -f ./resources.rcc
rm -f ./ui/resources.qrc
./ui/generate-rcc.sh
rcc --binary ui/resources.qrc -o ./resources.rcc