From: Nathael Pajani Date: Thu, 10 Sep 2015 08:29:14 +0000 (+0200) Subject: These got lost in the merge, moves, and Makefiles modifications for the new directory... X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=379445718a2b0e9318bc8ad6999c12d271c24e40;p=soft%2Flpc122x%2Fexamples These got lost in the merge, moves, and Makefiles modifications for the new directory organisation. --- diff --git a/epaper/Makefile b/epaper/Makefile index 954c63f..d43a689 100644 --- a/epaper/Makefile +++ b/epaper/Makefile @@ -7,6 +7,7 @@ NAME = $(shell basename $(CURDIR)) .PHONY: $(NAME).bin $(NAME).bin: @make -C ../../.. --no-print-directory NAME=$(NAME) MODULE=$(MODULE) apps/$(MODULE)/$(NAME)/$@ + cat $@ *.epaper > $(NAME).img clean mrproper: @make -C ../../.. --no-print-directory $@