Skip to content

Commit

Permalink
clean when building all
Browse files Browse the repository at this point in the history
  • Loading branch information
diocas committed Dec 1, 2021
1 parent f57636b commit 215ed02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildall.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ls -d ./*/ | xargs -n1 sh -c 'if [ -e $0Makefile ]; then echo "Building $0" ; cd $0 ; make release; fi'
ls -d ./*/ | xargs -n1 sh -c 'if [ -e $0Makefile ]; then echo "Building $0" ; cd $0 ; make clean ; make release; fi'

0 comments on commit 215ed02

Please sign in to comment.