mirror of
https://scm.univ-tours.fr/22107988t/rappaurio-sae501_502.git
synced 2025-09-05 17:35:58 +02:00
8 lines
57 B
Makefile
8 lines
57 B
Makefile
SHELL := /bin/bash
|
|
|
|
test:
|
|
@./test/run.js
|
|
|
|
.PHONY: test
|
|
|