include internal/src.mk

sources:
	@for source_file in $(LIB_SOURCES); do \
		echo internal/$$source_file; \
	done
