Skip to content
Snippets Groups Projects
Commit 078b4ab9 authored by Cedric Roux's avatar Cedric Roux
Browse files

some minor modification again

parent 4006af82
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,8 @@ LIBS += -lrt
PROG=tracer
OBJS=main.o plot.o database.o forward.o gui.o
$(PROG): $(OBJS) gui/gui.a
$(CC) $(CFLAGS) -o $(PROG) $(OBJS) $(LIBS) gui/gui.a
$(PROG): gui/gui.a $(OBJS)
$(CC) $(CFLAGS) -o $(PROG) $(OBJS) gui/gui.a $(LIBS)
.PHONY: gui/gui.a
......
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