aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-08-31 18:27:23 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-08-31 18:27:23 +0200
commitd17d12b3fa15e1bf69cdfbe3181a63540e0132d1 (patch)
treedb4d0fe80b6cce8b85e78fff9487fcdfd96f080b
parent257ad41d50d443b986580cf067fef3465299d8ab (diff)
Refine makefile rules.
-rw-r--r--Makefile5
1 files 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