X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fdraw%2FMakefile;h=721fa1570fc7305b00168cc52a1936c76be2ea5d;hb=c3dff4d7286991888bd79484c19adccc6926afc1;hp=7eee1fe6ca80edab9abcb40dc5c3d3998c443e3c;hpb=fbbb3a06e42ec51d5d0582fe674528bd0e9e13f2;p=fw%2Faltos diff --git a/src/draw/Makefile b/src/draw/Makefile index 7eee1fe6..721fa157 100644 --- a/src/draw/Makefile +++ b/src/draw/Makefile @@ -73,8 +73,8 @@ $(FONT_SRCS): font-convert ao_font.h: $(FONT_SRCS) grep -h '^const struct ao_font' $(FONT_SRCS) | sed -e 's/^/extern /' -e 's/ =.*$$/;/' > $@ -ao_logo.h: make-logo Makefile - nickle make-logo ao_logo 48 0 10 > $@ +ao_logo.h: make-logo + nickle make-logo ao_logo > $@ SRCS=\ draw-test.c \ @@ -92,7 +92,7 @@ OBJS=$(SRCS:.c=.o) LIBS=-lXrender -lX11 -lm -CFLAGS=-O0 -g +CFLAGS=-O2 -g $(WARN_FLAGS) HEADERS=\ ao_draw.h \