.PHONY: all run clean test all: run run: node tictactoe.js test: npm test clean: @echo "No build artifacts to clean"