
JS_SOURCES = src/utenti.js src/profilo.js

.PHONY: all
all: $(JS_SOURCES)
	rollup -c

.PHONY: debug
debug:
	@echo "JS_SOURCES = $(JS_SOURCES)"