Skip to content

Commit

Permalink
- fix Makefile for people with xargs that does not support -J
Browse files Browse the repository at this point in the history
  • Loading branch information
Lothar Braun committed Oct 19, 2011
1 parent 89b6439 commit 9fcba64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
all:
python setup.py build
find build -name align.so | xargs -J % cp % PI
#find build -name align.so | xargs -J % cp % PI
find build -name align.so -exec cp {} PI/ \;

install:
python setup.py install
Expand Down

0 comments on commit 9fcba64

Please sign in to comment.