ptouch-print/build.sh
2021-10-11 10:11:37 +02:00

2 lines
58 B
Bash
Executable file

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