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