Mercurial > hg > minimon
diff Makefile @ 3:e8957085fe8a
working
author | Peter Meerwald <pmeerw@pmeerw.net> |
---|---|
date | Sun, 08 May 2011 23:08:45 +0200 |
parents | bac8ed8d6eb9 |
children | fda7d3eda190 |
line wrap: on
line diff
--- a/Makefile Sun May 08 18:22:22 2011 +0200 +++ b/Makefile Sun May 08 23:08:45 2011 +0200 @@ -3,8 +3,8 @@ minimon: minimon.c jpg.c $(CC) $(CFLAGS) -Wall -g -o $@ minimon.c jpg.c fb.c -lusb -ljpeg -fbt: fbt.c - $(CC) $(CFLAGS) -Wall -g -o $@ fbt.c +fbt: fbt.c jpg.c + $(CC) $(CFLAGS) -O0 -Wall -g -o $@ fbt.c jpg.c -ljpeg clean: rm -f minimon