projects
/
mspang
/
inapt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge pull request #4 from jeremyroman/master
[mspang/inapt.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
2b59644
..
59f744d
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-4,7
+4,7
@@
LDFLAGS := -Wl,--as-needed
all: inapt
inapt: inapt.o parser.o contrib/acqprogress.o util.o
- g++ -o inapt -g3 -Wall -Werror
-lapt-pkg $^
+ g++ -o inapt -g3 -Wall -Werror
$^ -lapt-pkg
inapt.o: inapt.h