git-off

git off handles large files in git repos
git clone https://noulin.net/git/git-off.git
Log | Files | Refs | README

Makefile (192B)


      1 .PHONY: clean compile npm test
      2 
      3 compile: clean npm
      4 	node_modules/.bin/coffee -o js/ coffee/
      5 
      6 npm:
      7 	npm install
      8 
      9 clean:
     10 	rm -rf js/
     11 
     12 test: compile
     13 	node_modules/.bin/coffee test/example.coffee