diff options
author | Patrick Simianer <p@simianer.de> | 2014-09-27 15:38:30 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2014-09-27 15:38:30 +0100 |
commit | 1934e81155b43c1c6a35424bb22dac9cb97ad917 (patch) | |
tree | b28660e9c39304902b3a4656a18e7b576d17ffd4 /Makefile | |
parent | f65e428784cfd2264f3fdfddd574c37acd38f54f (diff) |
cosmetic changes, bump to 1.1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -1,7 +1,16 @@ version := $$(grep s.version zipf.gemspec | awk '{print $$3}' | sed "s|'||g") - -all: lib/zipf.rb lib/zipf/bleu.rb lib/zipf/dag.rb lib/zipf/fileutil.rb lib/zipf/misc.rb lib/zipf/semirings.rb lib/zipf/SparseVector.rb lib/zipf/stringutil.rb lib/zipf/tfidf.rb lib/zipf/Translation.rb +all: lib/zipf.rb \ + lib/zipf/bleu.rb \ + lib/zipf/dag.rb \ + lib/zipf/fileutil.rb \ + lib/zipf/hypergraph.rb \ + lib/zipf/misc.rb \ + lib/zipf/semirings.rb \ + lib/zipf/SparseVector.rb \ + lib/zipf/stringutil.rb \ + lib/zipf/tfidf.rb \ + lib/zipf/Translation.rb gem build zipf.gemspec install: |