Files
puzzle-generator/compile.sh
2025-12-19 15:45:53 +01:00

5 lines
95 B
Bash
Executable File

#!/bin/bash
TARGET=${1:-~/dev/.target}
mkdir -p "$TARGET"
javac -d "$TARGET" src/puzzle/*.java