##This is just a Stub Makefile so I can easily compile
MAKE = make
MAKEFILE_DIRECTORY = ../

all:
	$(MAKE) -C$(MAKEFILE_DIRECTORY)
flash:
	$(MAKE) -C$(MAKEFILE_DIRECTORY) flash
	
