Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
078b4ab9
Commit
078b4ab9
authored
Apr 11, 2016
by
Cédric Roux
Browse files
some minor modification again
parent
4006af82
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/utils/T/tracer/Makefile
View file @
078b4ab9
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment