Commit 078b4ab9 authored by Cedric Roux's avatar Cedric Roux

some minor modification again

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