Commit 8e7ee86c authored by Cedric Roux's avatar Cedric Roux

remote.c becomes remote_old.c

parent 7ef7fdfa
...@@ -6,7 +6,7 @@ CFLAGS=-Wall -g -pthread -DT_TRACER ...@@ -6,7 +6,7 @@ CFLAGS=-Wall -g -pthread -DT_TRACER
LIBS=-lX11 -lm LIBS=-lX11 -lm
PROG=tracer_remote PROG=tracer_remote
OBJS=remote.o plot.o database.o gui.o OBJS=remote_old.o plot.o database.o gui.o
$(PROG): gui/gui.a $(OBJS) $(PROG): gui/gui.a $(OBJS)
$(CC) $(CFLAGS) -o $(PROG) $(OBJS) gui/gui.a $(LIBS) $(CC) $(CFLAGS) -o $(PROG) $(OBJS) gui/gui.a $(LIBS)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment