
subdir = lsp/Extensions

clean:
	@echo "cleaning in $(subdir)"
	@-rm -f *~ *.fsl *.wks

distclean: clean
	@-rm -rf Affald ? Work
