Sha256: a407409c8e826d641c24fc596900011246ed20b35c4ee229c173e3ae0f78e420
Contents?: true
Size: 381 Bytes
Versions: 1
Compression:
Stored size: 381 Bytes
Contents
# vim: set ts=8 tw=0 noet : # # Makefile for building the Gem # GEMNAME := bootswatch_rails all: build update: ./generate.sh -u build: ./generate.sh git add lib git add vendor -git commit -a -m "Prepare for initial commit" rake build -sudo gem uninstall ${GEMNAME} --all --force sudo rake install clean: -sudo gem uninstall ${GEMNAME} --all --force sudo rm -rf pkg
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bootswatch_rails-3.1.1.1 | Makefile |