projects
/
l2tpns.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Foo
[l2tpns.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
b193c37
..
18be310
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-60,3
+60,5
@@
install: all
%.so: %.c
$(CC) -fPIC -shared -o $@ $^ $(LDFLAGS) $(LIBS) $(LIBPATH)
%.so: %.c
$(CC) -fPIC -shared -o $@ $^ $(LDFLAGS) $(LIBS) $(LIBPATH)
+%.o: %.c l2tpns.h
+ $(CC) -c -o $@ $< $(CFLAGS)