1LEVEL = ../../../make
2
3C_SOURCES := main.c
4
5DYLIB_NAME := a
6DYLIB_C_SOURCES := a.c
7
8include $(LEVEL)/Makefile.rules
9