mirror of
https://github.com/actions/setup-python.git
synced 2025-01-19 06:31:42 +07:00
8 lines
57 B
Makefile
8 lines
57 B
Makefile
SHELL := /bin/bash
|
|
|
|
test:
|
|
@./test/run.js
|
|
|
|
.PHONY: test
|
|
|