1LEVEL = ../../../make
2
3C_SOURCES := main.c functions.c
4
5CFLAGS ?= -g -O3
6
7include $(LEVEL)/Makefile.rules
8