Foo
[l2tpns.git] / Makefile
index b193c37..18be310 100644 (file)
--- 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)