Home | History | Annotate | Download | only in const_variables
      1 LEVEL = ../../../make
      2 
      3 C_SOURCES := main.c functions.c
      4 
      5 CFLAGS ?= -g -O3
      6 
      7 include $(LEVEL)/Makefile.rules
      8