Files
seader/Makefile
T
2025-10-01 19:46:26 -07:00

22 lines
243 B
Makefile

all: gitsub asn1 build
gitsub:
git submodule update --init --recursive
asn1:
asn1c -D ./lib/asn1 -no-gen-example -no-gen-OER -no-gen-PER -pdu=all seader.asn1
build:
ufbt
launch:
ufbt launch
format:
ufbt format
clean:
rm -rf dist