From 5d67cfbd1abffa29336897654a16591002e558df Mon Sep 17 00:00:00 2001 From: Stefan `Sec` Zehl Date: Sun, 17 Jul 2011 01:39:55 +0200 Subject: [PATCH] workaround for "make clean" problem --- firmware/lcd/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/lcd/Makefile b/firmware/lcd/Makefile index 3069823..41795ed 100644 --- a/firmware/lcd/Makefile +++ b/firmware/lcd/Makefile @@ -41,6 +41,7 @@ $(FOBJS): $(foreach ft,$(FONTS),$(ft).h) fonts.h clean: rm -f $(OBJS) $(LIBFILE) fonts/*.o allfonts.h + touch allfonts.h render.o: render.c render.h display.h fonts.h