DESTINATION = /srv/http/quotes/quotes BUILD_FLAGS = --prod --build-optimizer .PHONY: all quotes all: quotes quotes: ng build $(BUILD_FLAGS) --output-path $(DESTINATION)