mirror of
https://github.com/bettse/seader.git
synced 2026-05-13 19:23:31 +00:00
20 lines
187 B
Makefile
20 lines
187 B
Makefile
|
|
|
|
all: asn1 build
|
|
|
|
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
|