Subversion Repositories shark

Rev

Rev 1295 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

.PHONY: all clean

all:
        make -C udp
        make -C nosave
        make -C instr
        make -C utils  util_linux

clean:
        make -C udp    clean
        make -C nosave clean
        make -C instr  clean
        make -C utils  clean