Commit bc5d4287 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Pass arguments to gomake in all.bash.

parent 8cc0e864
#!/bin/sh
set -eux
for d in fuse examplelib example/loopback example/zipfs \
example/bulkstat example/multizip
example/bulkstat example/multizip
do
gomake -C $d
gomake -C $d "$@"
done
for d in fuse examplelib
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment