Home | History | Annotate | Download | only in import
      1 LEVEL = ../../../make
      2 
      3 C_SOURCES := main.c
      4 EXE := hello_world
      5 
      6 include $(LEVEL)/Makefile.rules
      7