File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -128,10 +128,10 @@ external-clean:
128128 if [ -f ${TARGET_DIR} /libwally-core-build/Makefile ]; then make -C ${TARGET_DIR} /libwally-core-build clean; fi
129129 if [ -f ${TARGET_DIR} /libwally-core-build/src/Makefile ]; then make -C ${TARGET_DIR} /libwally-core-build/src clean; fi
130130 if [ -f ${TARGET_DIR} /libbacktrace-build/Makefile ]; then make -C ${TARGET_DIR} /libbacktrace-build clean; fi
131- [ -f external/lowdown/Makefile.configure ] && $(MAKE ) -C external/lowdown clean
131+ if [ -f external/lowdown/Makefile.configure ]; then $( MAKE) -C external/lowdown clean; fi
132132
133133external-distclean :
134134 make -C external/libsodium distclean || true
135- [ -f external/lowdown/Makefile.configure ] && $(MAKE ) -C external/lowdown distclean
135+ if [ -f external/lowdown/Makefile.configure ]; then $( MAKE) -C external/lowdown distclean; fi
136136 $(RM ) -rf ${TARGET_DIR} /libbacktrace-build ${TARGET_DIR} /libsodium-build ${TARGET_DIR} /libwally-core-build ${TARGET_DIR} /jsmn-build
137137 $(RM ) -r ` git status --ignored --porcelain external/libwally-core | grep ' ^!! ' | cut -c3-`
You can’t perform that action at this time.
0 commit comments