#NO_LIB=1

SRC=main.c
BIN=hello_world_simple
OBJ=$(SRC:.c=.o)

include ../../rules.mk

all: $(SRC) $(BIN)




