An open API service indexing awesome lists of open source software.

https://github.com/avicted/c_autoclicker

UNIX / Windows Autoclicker
https://github.com/avicted/c_autoclicker

Last synced: 10 months ago
JSON representation

UNIX / Windows Autoclicker

Awesome Lists containing this project

README

          

# UNIX / Windows Autoclicker

- CTRL+C exits the program

UNIX

```bash
# Normal build with Clang
chmod +x build.sh
./build.sh

# mingw build autoclicker.exe
chmod +x build_win32_mingw-w64.sh
./build_win32_mingw-w64.sh
```

---

Windows

```powershell
# Normal build
./build.bat
```