mirror of
https://github.com/samsonjs/strftime.git
synced 2026-03-25 09:05:48 +00:00
add a makefile
This commit is contained in:
parent
71195bba88
commit
b9a29d1643
1 changed files with 4 additions and 0 deletions
4
Makefile
Normal file
4
Makefile
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
test:
|
||||
node test/test.js
|
||||
|
||||
.PHONY: test
|
||||
Loading…
Reference in a new issue