Son CV dans un terminal web en Javascript!
https://terminal-cv.gregandev.fr
8 lines
57 B
8 lines
57 B
2 years ago
|
SHELL := /bin/bash
|
||
|
|
||
|
test:
|
||
|
@./test/run.js
|
||
|
|
||
|
.PHONY: test
|
||
|
|