
all:	ldistfp

clean:
	rm -f src/*.o bin/ldistfp

ldistfp:
	make -C src

