Skip to content
Snippets Groups Projects
Commit 8e7ee86c authored by Cédric Roux's avatar Cédric Roux
Browse files

remote.c becomes remote_old.c

parent 7ef7fdfa
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ CFLAGS=-Wall -g -pthread -DT_TRACER
LIBS=-lX11 -lm
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)
$(CC) $(CFLAGS) -o $(PROG) $(OBJS) gui/gui.a $(LIBS)
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment