1LEVEL = ../../../make
2
3C_SOURCES := main.c
4EXE := hello_world
5
6include $(LEVEL)/Makefile.rules
7