From d17d12b3fa15e1bf69cdfbe3181a63540e0132d1 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Wed, 31 Aug 2011 18:27:23 +0200 Subject: Refine makefile rules. --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 89a106c..53892cd 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,8 @@ clean: $(mulklib_TARGET): $(mulklib_OBJECTS) $(LIBTOOL) -dynamic $(LDFLAGS) -o $@ $(mulklib_OBJECTS) -bitmapped_patricia_tree.o: bitmapped_patricia_tree.c bitmapped_patricia_tree.h - $(bpttest_TARGET): $(bpttest_OBJECTS) $(mulklib_TARGET) $(CC) -o $@ $+ + +bitmapped_patricia_tree.o: bitmapped_patricia_tree.c bitmapped_patricia_tree.h +bpt_test.o: bpt_test.c bitmapped_patricia_tree.h -- cgit v1.2.3