From 379445718a2b0e9318bc8ad6999c12d271c24e40 Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Thu, 10 Sep 2015 10:29:14 +0200 Subject: [PATCH] These got lost in the merge, moves, and Makefiles modifications for the new directory organisation. --- epaper/Makefile | 1 + 1 file changed, 1 insertion(+) 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 $@ -- 2.43.0