1C_SOURCES := main.c2CFLAGS_EXTRAS := -std=c993# See TestHelloWorld.py, which specifies the executable name with a dictionary.4EXE := hello_world5 6include Makefile.rules7