mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-16 20:44:56 +02:00
8 lines
76 B
Makefile
8 lines
76 B
Makefile
SHELL := /bin/bash
|
|
NODE = node
|
|
|
|
test:
|
|
@$(NODE) ./test/run.js
|
|
|
|
.PHONY: test
|