X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/3bfd1c4e87cbe74f5c2ad81ef7a4944ce41cb311..e98737a1683046b634692bd9e5406e53b89a65c9:/Makefile 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)