Test App for the E-Xanh gardener sensor
[soft/lpc82x/exanh] / test / Makefile
1 # Makefile for exanh apps
3 MODULE = $(shell basename $(shell cd .. && pwd && cd -))
4 NAME = $(shell basename $(CURDIR))
6 .PHONY: $(NAME).bin
7 $(NAME).bin:
8         @make -C ../../.. --no-print-directory NAME=$(NAME) MODULE=$(MODULE) apps/$(MODULE)/$(NAME)/$@
10 clean mrproper:
11         @make -C ../../.. --no-print-directory $@