X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/3bfd1c4e87cbe74f5c2ad81ef7a4944ce41cb311..b4451ee1a4e9b38331aee04e53092c3a2ee84b50:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index b193c37..18be310 100644 --- a/Makefile +++ b/Makefile @@ -60,3 +60,5 @@ install: all %.so: %.c $(CC) -fPIC -shared -o $@ $^ $(LDFLAGS) $(LIBS) $(LIBPATH) +%.o: %.c l2tpns.h + $(CC) -c -o $@ $< $(CFLAGS)