Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
pietern committed Mar 13, 2013
1 parent 464d939 commit 7d282ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -10,8 +10,8 @@ clean:
temp:
rm -rf tmp/hiredis
mkdir -p tmp/hiredis
cp -r README *.{cc,h,js*} binding.gyp wscript Makefile deps test tmp/hiredis
cd tmp/hiredis && rm -rf deps/*/.git* deps/*/*.o deps/hiredis/libhiredis.*
cp -r README* COPYING *.js* binding.gyp src deps test tmp/hiredis
cd tmp/hiredis && rm -rf deps/*/.git* deps/*/*.o deps/*/*.a

package: temp
cd tmp && tar -czvf hiredis.tgz hiredis
Expand Down

0 comments on commit 7d282ed

Please sign in to comment.