8 lines
106 B
Makefile
8 lines
106 B
Makefile
LEVEL = ../../../make
|
|
|
|
C_SOURCES := main.c functions.c
|
|
|
|
CFLAGS ?= -g -O3
|
|
|
|
include $(LEVEL)/Makefile.rules
|