Verbose tar option was for debugging, shouldn't have been commited. Undone.

This commit is contained in:
Ben Gras 2005-07-15 11:49:34 +00:00
parent eba45510a9
commit c69ed2c4b1

View file

@ -8,4 +8,4 @@ clean::
install::
-rm -rf $(INC)
mkdir -p $(INC)
tar cf - `find . -name '*.h'` | (cd $(INC) && tar xvf -)
tar cf - `find . -name '*.h'` | (cd $(INC) && tar xf -)