1C_SOURCES := main.c 2 3# Uncomment this for local debugging. 4#all: 5# xcrun clang -g $(SRCDIR)/main.c -o a.out -target arm64e-apple-macosx 6 7include Makefile.rules 8