Files
Marces Zastrow e498ac886e + Test
Added a test programm to upload images for characters
2025-01-09 13:19:38 +01:00

8 lines
57 B
Makefile

SHELL := /bin/bash
test:
@./test/run.js
.PHONY: test