Foo
This commit is contained in:
parent
144bd8fb6b
commit
e98737a168
3 changed files with 5 additions and 3 deletions
2
Makefile
2
Makefile
|
|
@ -60,3 +60,5 @@ install: all
|
|||
%.so: %.c
|
||||
$(CC) -fPIC -shared -o $@ $^ $(LDFLAGS) $(LIBS) $(LIBPATH)
|
||||
|
||||
%.o: %.c l2tpns.h
|
||||
$(CC) -c -o $@ $< $(CFLAGS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue