all: (cd Seq-code; make; cp stide ..) clean: @rm -f stide @(cd Seq-code; rm -f *.o stide)