mirror of
https://github.com/samsonjs/strftime.git
synced 2026-03-25 09:05:48 +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
|