Subversion Repositories oidconverter

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 1
all:
2
	gcc -O2 -lgmp -lm -o oid oid.c
3
 
4
clean:
5
	rm -f  *.o
6
	# TODO: if [ -f ... ] then rm
7
	rm oid