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

minor modification

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