mirror of
https://github.com/BreizhHardware/memoizee.git
synced 2026-03-18 21:40:27 +01:00
10 lines
75 B
Makefile
10 lines
75 B
Makefile
SHELL = bash
|
|
|
|
install:
|
|
npm install
|
|
|
|
test:
|
|
npm test
|
|
|
|
.PHONY: install test
|