X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fwhatever-dl.git;a=blobdiff_plain;f=makefile;fp=makefile;h=0000000000000000000000000000000000000000;hp=ccaac1cdaa52371b40572c21bf53fa8685cfa1cb;hb=cfb766c18f5f6347f002e3f5b1b4b47647c43a5a;hpb=20cb7c798be98588225cc6729be0d938b1c74a22 diff --git a/makefile b/makefile deleted file mode 100644 index ccaac1c..0000000 --- a/makefile +++ /dev/null @@ -1,20 +0,0 @@ -.PHONY : build test - -all: install - -# Ruby 1.9 doesn't include the current directory in the load path, so -# we pass them on the command-line. -test: - ruby -I. test/test_suite.rb - -remote_test: - ruby -I. test/remote_test_suite.rb - -clean: - rm -f whatever-dl-*.gem - -build: clean - gem build whatever-dl.gemspec - -install: build - gem install --user-install whatever-dl-*.gem