普通文本  |  8行  |  106 B

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

C_SOURCES := main.c functions.c

CFLAGS ?= -g -O3

include $(LEVEL)/Makefile.rules