9 lines
198 B
Makefile
9 lines
198 B
Makefile
LEVEL = ../../make
|
|
|
|
C_SOURCES := main.c
|
|
CFLAGS_EXTRAS := -std=c99
|
|
# See TestHelloWorld.py, which specifies the executable name with a dictionary.
|
|
EXE := hello_world
|
|
|
|
include $(LEVEL)/Makefile.rules
|