all: frcursive.sty

clean:
	rm -f *.log *.sty

frcursive.sty: frcursive.ins frcursive.dtx
	latex --interaction=batchmode $<
