diff options
author | axtloss <axtlos@getcryst.al> | 2024-02-25 01:54:04 +0100 |
---|---|---|
committer | axtloss <axtlos@getcryst.al> | 2024-02-25 01:54:04 +0100 |
commit | cab4804979e8c60cc8ccc0612b759d2c3637539f (patch) | |
tree | e2c4e90de2c73defd37d86f78b19423f5fa653be /fbwarn/Makefile.am | |
parent | e6c12b02674a04ca34e27b46f6ca3261fca3c677 (diff) | |
download | fsverify-cab4804979e8c60cc8ccc0612b759d2c3637539f.tar.gz fsverify-cab4804979e8c60cc8ccc0612b759d2c3637539f.tar.bz2 |
Add initial fswarn and BVG code
Diffstat (limited to '')
-rw-r--r-- | fbwarn/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fbwarn/Makefile.am b/fbwarn/Makefile.am new file mode 100644 index 0000000..38bdf12 --- /dev/null +++ b/fbwarn/Makefile.am @@ -0,0 +1,2 @@ +SUBDIRS = src +dist_doc_DATA = README |