LEVEL = ../../../make

C_SOURCES := main.c

CFLAGS ?= -g -Os

include $(LEVEL)/Makefile.rules
