comfortable-swipe/compile.sh
2019-02-12 19:04:31 +08:00

3 lines
84 B
Bash
Executable File

#!/bin/sh
g++ $(dirname $0)/main.cpp -std=c++11 -O2 -lxdo -Wno-unused-result -o $1