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