Makefile 187 B

1234
  1. all: unix-crypt-td.min.js
  2. unix-crypt-td.min.js: src/unix-crypt-td.js
  3. google-closure-compiler --js src/unix-crypt-td.js --compilation_level ADVANCED_OPTIMIZATIONS > unix-crypt-td.min.js