diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2011-08-31 18:27:23 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2011-08-31 18:27:23 +0200 |
commit | d17d12b3fa15e1bf69cdfbe3181a63540e0132d1 (patch) | |
tree | db4d0fe80b6cce8b85e78fff9487fcdfd96f080b /Makefile | |
parent | 257ad41d50d443b986580cf067fef3465299d8ab (diff) |
Refine makefile rules.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |