Home | History | Annotate | Download | only in hello_world
      1 LEVEL = ../../make
      2 
      3 C_SOURCES := main.c
      4 # See TestHelloWorld.py, which specifies the executable name with a dictionary.
      5 EXE := hello_world
      6 
      7 include $(LEVEL)/Makefile.rules
      8