(copy_files# ../src-c/native/*.{c,h})

(rule
 (deps
  (glob_files *.{c,h})
  Makefile)
 (targets libcheckseum_freestanding_stubs.a)
 (action
  (no-infer
   (progn
    (run %{make})))))

(install
 (package checkseum)
 (section lib)
 (files libcheckseum_freestanding_stubs.a))
