1C_SOURCES := main.c functions.c
2
3CFLAGS_EXTRAS := -O3
4
5include Makefile.rules
6