Files
seader/Makefile
Eric Betts 5c26fde1fa
Some checks failed
FAP: Build and lint / ufbt: Build for release branch (push) Failing after 0s
Clean up application.fam by cheating
2026-03-03 19:00:21 -08:00

20 lines
265 B
Makefile

all: gitsub asn1 build
gitsub:
git submodule update --init --recursive
asn1:
asn1c -S ./lib/asn1_skeletons -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