field_ios

In-the-field app for Radroots on iOS
git clone https://radroots.dev/git/field_ios.git
Log | Files | Refs | LICENSE

Makefile (288B)


      1 FFI_ROOT := RadrootsFFI
      2 
      3 .PHONY: all clean distclean sync-source build generate package install print-config project xcodegen
      4 
      5 all clean distclean sync-source build generate package install print-config:
      6 	$(MAKE) -C $(FFI_ROOT) $@
      7 
      8 project xcodegen:
      9 	xcodegen generate --spec project.yml