Skip to content

Commit

Permalink
do not extract COSE.Spec
Browse files Browse the repository at this point in the history
  • Loading branch information
tahina-pro committed Aug 29, 2023
1 parent 3231c6a commit aa22bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cbor/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ clean:
rm -rf *.checked *.source .depend .depend.tmp out *.krml *.o

.depend: $(LOWPARSE_FILES)
$(FSTAR) --dep full $(LOWPARSE_FILES) --extract 'krml:*,-FStar.Tactics,-CDDL.Spec' > $@.tmp
$(FSTAR) --dep full $(LOWPARSE_FILES) --extract 'krml:*,-FStar.Tactics,-CDDL.Spec,-COSE.Spec' > $@.tmp
mv $@.tmp $@

include .depend
Expand Down

0 comments on commit aa22bc5

Please sign in to comment.