X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/b5fc98195ba4cbe922bf51dff6911113f205df97..67fb382676922a55ea4e9b3bff5f9a368c8765e7:/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)