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