OBJC_SOURCES := Point.m main.m
include Makefile.rules

# Only objc metadata, no debug info, for Point.m
Point.o: CFLAGS_EXTRAS += -g0
