Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Commit

Permalink
make sure it works on solaris
Browse files Browse the repository at this point in the history
  • Loading branch information
fjakobs committed May 3, 2012
1 parent 7f73004 commit 19f45a9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .npmignore
@@ -1,3 +1,4 @@
/bin/
.gitignore
/gnu-tools*.tgz
/package/
Expand Down
9 changes: 6 additions & 3 deletions Makefile
@@ -1,8 +1,8 @@
install: bin/find bin/grep

clean:
cd findutils-src && make clean
cd grep-src && make clean
cd findutils-src && make distclean
cd grep-src && make distclean

bin:
mkdir bin
Expand All @@ -16,4 +16,7 @@ bin/find: bin

bin/grep: bin
cd grep-src && ./configure && make
cp grep-src/src/grep bin/grep
cp grep-src/src/grep bin/grep

publish: clean
npm publish

0 comments on commit 19f45a9

Please sign in to comment.