mirror of
https://github.com/shadoll/just-commons.git
synced 2025-12-20 03:26:43 +00:00
13 lines
310 B
Makefile
13 lines
310 B
Makefile
# Just Commons - Universal Command Library
|
|
# Version 2.0 - Module Library
|
|
|
|
# This is a library - modules are imported by projects
|
|
# No standalone functionality needed
|
|
|
|
# Import core for testing/validation only
|
|
import 'core.just'
|
|
|
|
# Minimal default for documentation
|
|
default:
|
|
@just --list --list-submodules
|