7 lines
92 B
Makefile
7 lines
92 B
Makefile
LEVEL = ../../make
|
|
|
|
C_SOURCES := main.c
|
|
EXE := hello_world
|
|
|
|
include $(LEVEL)/Makefile.rules
|