1LEVEL = ../../make
2
3C_SOURCES := main.c
4LDFLAGS = $(CFLAGS) -Xlinker -dead_strip
5MAKE_DSYM := NO
6
7include $(LEVEL)/Makefile.rules
8