Subversion Repositories oidconverter

Rev

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

all:
        gcc -O2 -lgmp -lm -o oid oid.c

clean:
        rm -f  *.o
        # TODO: if [ -f ... ] then rm
        rm oid