Home | History | Annotate | Download | only in blocks
      1 LEVEL = ../../../make
      2 
      3 C_SOURCES := main.c
      4 CFLAGS_EXTRAS += -fblocks
      5 
      6 include $(LEVEL)/Makefile.rules
      7