Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Peje Nilsson
aniara
Commits
77a18cce
Commit
77a18cce
authored
Mar 26, 2020
by
Peje Nilsson
Browse files
Fix linking order
Fixes undefined references to `ffrprt` etc.
parent
5149c0ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
fitstools/Makefile
View file @
77a18cce
...
...
@@ -47,6 +47,6 @@ install: ${BINFILES} ${SCRIPTS}
set
-eu
;
umask
2
;
${CP}
-fp
${SCRIPTS}
$(BINFILES)
${INSTALL_DIR}
%
:
%.c
$(CC)
$(CFLAGS)
$(LFLAGS)
-lcfitsio
$<
-o
$@
$(CC)
$(CFLAGS)
$(LFLAGS)
$<
-o
$@
-lcfitsio
Write
Preview
Supports
Markdown
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