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