mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 22:03:10 +02:00
7 lines
55 B
Makefile
7 lines
55 B
Makefile
|
|
|
||
|
|
test:
|
||
|
|
@node_modules/.bin/tape test.js
|
||
|
|
|
||
|
|
.PHONY: test
|
||
|
|
|