include ../../makefile

NAME = mkfile

all:
	${CPP} -o ../../../../${FOLDER}/bin/${NAME}.o main.cpp ${CPP_FLAGS} ${EXTERNAL}
