Makefile 57 octets
Newer Older
KOUTO Dosseh's avatar
KOUTO Dosseh a validé
SHELL := /bin/bash

test:
	@./test/run.js

.PHONY: test