]> arthur.barton.de Git - bup.git/blobdiff - Makefile
memtest.py: a standalone program for testing memory usage in PackIndex.
[bup.git] / Makefile
index 2249d0e7f376d36fb4aa139d0026872ea7d99c34..b2651548169a5b25ad1bd64926773b5f92abd1d8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ endif
 default: all
 
 all: bup-split bup-join bup-save bup-init bup-server bup-index bup-tick \
-       bup randomgen$(EXT) chashsplit$(SOEXT)
+       bup memtest randomgen$(EXT) chashsplit$(SOEXT)
 
 randomgen$(EXT): randomgen.o
        $(CC) $(CFLAGS) -o $@ $<
@@ -55,6 +55,10 @@ bup-%: cmd-%.py
        rm -f $@
        ln -s $^ $@
        
+%: %.py
+       rm -f $@
+       ln -s $^ $@
+       
 bup-%: cmd-%.sh
        rm -f $@
        ln -s $^ $@