mirror of
https://github.com/bettse/seader.git
synced 2026-03-30 12:05:47 +00:00
Some checks failed
FAP: Build and lint / ufbt: Build for release branch (push) Failing after 0s
20 lines
265 B
Makefile
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
|