1C_SOURCES := main.c
2CFLAGS_EXTRAS := -std=c99
3# See TestHelloWorld.py, which specifies the executable name with a dictionary.
4EXE := hello_world
5
6include Makefile.rules
7