13 lines
258 B
Makefile
13 lines
258 B
Makefile
###################################
|
|
# License: Modified MIT (NON-AI)
|
|
# Copyright 2025 Timothy Prepscius
|
|
# See the LICENSE file in the root directory for license information.
|
|
###################################
|
|
|
|
.PHONY: build
|
|
build:
|
|
|
|
|
|
.PHONY: all
|
|
all: build
|