Subversion Repositories oidconverter

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

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