C_SOURCES := main.c

# Uncomment this for local debugging.
#all:
#	xcrun clang -g $(SRCDIR)/main.c -o a.out -target arm64e-apple-macosx

include Makefile.rules
