serve: python3 -m http.server 8080 .PHONY: serve build: echo "Not implemented yet..." .PHONY: build