mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-09 07:38:15 +08:00
8 lines
57 B
Makefile
8 lines
57 B
Makefile
|
SHELL := /bin/bash
|
||
|
|
||
|
test:
|
||
|
@./test/run.js
|
||
|
|
||
|
.PHONY: test
|
||
|
|