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 @@ -369,8 +369,8 @@ release:
369
369
@echo " # - Release Tag: $( VERSION) "
370
370
@echo " # - Release Name: $( RELEASE_NAME) "
371
371
# - Removing -Werror...
372
- @find . \( -path " ./Makefile.defs" -or -path " ./client/Makefile" -or -path " ./common_arm/Makefile.common" -or -path " ./tools/hitag2crack/*/Makefile" \) -exec sed -i ' s/ -Werror//' {} \;
373
- @find . \( -path " ./client/deps/*.cmake" -or -path " ./client/CMakeLists.txt" \) -exec sed -i ' s/ -Werror//' {} \;
372
+ @find . \( -path " ./Makefile.defs" -or -path " ./client/Makefile" -or -path " ./common_arm/Makefile.common" -or -path " ./tools/hitag2crack/*/Makefile" -or -path " ./client/deps/*/Makefile " \) -exec sed -i ' s/ -Werror//' {} \;
373
+ @find . \( -path " ./client/deps/*.cmake" -or -path " ./client/CMakeLists.txt" -or -path " ./client/experimental_lib/CMakeLists.txt " \) -exec sed -i ' s/ -Werror//' {} \;
374
374
# - Changing banner...
375
375
@sed -i " s/^#define BANNERMSG3 .*/#define BANNERMSG3 \" Release $( VERSION) - $( RELEASE_NAME) \" /" client/src/proxmark3.c
376
376
@echo -n " # " ; grep " ^#define BANNERMSG3" client/src/proxmark3.c
You can’t perform that action at this time.
0 commit comments