Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
10 reyssat 1
 
2
all : 
104 bpr 3
	(cd src; make chemeq)
10 reyssat 4
 
5
clean :
13325 georgesk 6
	rm -f *~ *.gz semantic.cache
10 reyssat 7
	(cd src; make clean)