mirror of
https://github.com/github/codeql.git
synced 2026-05-24 08:07:07 +02:00
6 lines
119 B
Makefile
6 lines
119 B
Makefile
import '../just/lib.just'
|
|
|
|
[no-cd, positional-arguments, no-exit-message]
|
|
hello +ARGS:
|
|
@echo "hello from bzl" "$@"
|