X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/6528c2f3b6d0d7fba2195dedd6671636b8479bfe..7285c3e91c3bbd77389382efe89355ad12afa47f:/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)