mirror of
https://github.com/samsonjs/strftime.git
synced 2026-04-27 14:57:37 +00:00
9 lines
158 B
Makefile
9 lines
158 B
Makefile
minify:
|
|
rm -f strftime-min.js
|
|
closure <strftime.js >|strftime-min.js
|
|
|
|
test:
|
|
TZ=America/Vancouver node test/test.js
|
|
TZ=CET node test/test.js
|
|
|
|
.PHONY: test
|