X-Git-Url: http://git.itanic.dy.fi/?p=log-plotter;a=blobdiff_plain;f=Makefile;h=68d2e64763139885e54eba3fa139164a96cd0554;hp=9ccc202bf760f9f802e4c6bd47fdc9c2703a1d33;hb=HEAD;hpb=6c20909213a182d68457ef0d90245fbfaf2a65f5 diff --git a/Makefile b/Makefile index 9ccc202..68d2e64 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CC=gcc LD=ld CFLAGS=-Wall -O2 -g -fPIC -LOG-PLOTTER_OBJS = baud.o main.o options.o debug.o +LOG-PLOTTER_OBJS = baud.o main.o options.o trace.o data.o config.o event.o ALL_OBJS = $(LOG-PLOTTER_OBJS) ALL_DEBS = $(patsubst %.o,.%.o.d,$(ALL_OBJS))