ptouch-print/compile.sh
2025-08-11 15:09:36 +02:00

2 lines
58 B
Bash
Executable file

#!/bin/sh
mkdir -p build && cd build && cmake ../ && make