Open BestPig opened 7 years ago
There is a binary named wc in miw (app/wc). On a make install, wc is deployed in /usr/local/bin.
wc
make install
The problem is in most environment there is already a wc binary and it makes a conflict with the native one.
Proposition:
apps/
samples/
There is a binary named
wc
in miw (app/wc). On amake install
,wc
is deployed in /usr/local/bin.The problem is in most environment there is already a
wc
binary and it makes a conflict with the native one.