Subversion Repositories oidconverter

Compare Revisions

Regard whitespace Rev 1 → Rev 2

/trunk/c/Makefile
0,0 → 1,7
all:
gcc -O2 -lgmp -lm -o oid oid.c
 
clean:
rm -f *.o
# TODO: if [ -f ... ] then rm
rm oid