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