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

update all.bash

parent 224614e9
#!/bin/sh
set -eux
for d in fuse examplelib example zipfs
for d in fuse examplelib example/loopback example/zipfs \
example/bulkstat example/multizip
do
gomake -C $d
done
......
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