brewpanel/Makefile

changeset 414
0fa885045e20
parent 413
299551b5dab5
child 420
644a6106d712
--- a/brewpanel/Makefile	Sun Nov 08 17:50:01 2015 +0100
+++ b/brewpanel/Makefile	Sun Nov 08 17:55:50 2015 +0100
@@ -4,10 +4,10 @@
 
 SRCS		= $(wildcard *.c)
 HDRS		= $(wildcard *.h)
-OBJS		= lcdfont10x16.h $(SRCS:.c=.o)
+OBJS		= $(SRCS:.c=.o)
 SLIBS		=
 TARGET		= brewpanel
-OTHER		= Makefile lcdfont5x8.bmp
+OTHER		= Makefile lcdfont5x8.bmp buildfont.sh
 
 #############################################################################
 
@@ -19,11 +19,8 @@
 brewpanel:	${OBJS} ${SLIBS}
 		${CC} -o ${TARGET} ${OBJS} ${LDFLAGS} ${LIBS} ${SDL_LIBS} ${SLIBS}
 
-lcdfont10x16.h:	lcdfont5x8.bmp
-		convert -scale 160x256 lcdfont5x8.bmp xbm:lcdfont10x16.h
-
 clean:
-		rm -f ${TARGET} *.o *.h~ *.c~ lcdfont5x8.h lcdfont10x16.h core filelist Makefile.bak
+		rm -f ${TARGET} *.o *.h~ *.c~ core filelist Makefile.bak
 
 install:	all
 		${INSTALL} -c -s -g root -o root -m 0755 brewpanel ${BINDIR}

mercurial