Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
e903fcaf
Commit
e903fcaf
authored
Apr 27, 2016
by
Daniel Hynds
Browse files
fixed error with event dictionary linking during compilation
Former-commit-id: b5405cc5a528d919dbe432af6e91e3045ae3943a
parent
73cf7456
Changes
1
Hide whitespace changes
Inline
Side-by-side
branches/trunk/Makefile
View file @
e903fcaf
...
...
@@ -62,11 +62,12 @@ ${BINDIR}EventDict.o : ${DATAOBJS}
${EXE}
:
${BINDIR}EventDict.o ${OBJS} ${DATACLASSOBJS} ${ALGOBJS}
@
echo
"Making executable tbAnalysis"
@
$(CC)
-o
${BINDIR}
tbAnalysis
$(OBJS)
${DATACLASSOBJS}
${ALGOBJS}
$(LFLAGS)
@
$(CC)
-o
${BINDIR}
tbAnalysis
$(OBJS)
${DATACLASSOBJS}
${ALGOBJS}
${BINDIR}
EventDict.o
$(LFLAGS)
# Remove all executables and object files
clean
:
@
rm
-f
${BINDIR}
*
@
rm
-f
core/EventDict
*
@
echo
"Cleaned"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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