Files
args/Justfile

10 lines
191 B
Makefile

NAME := "args"
test +TESTS='test': build
tests/bats/bin/bats {{ append('.bats',prepend('tests/',TESTS)) }}
exec *ARGS: build
build/args {{ARGS}}
build:
@make build
install:
@make install