Go to file
2019-04-17 17:16:16 +02:00
src Improved closing application. 2019-04-17 17:09:40 +02:00
.gitignore Initial commit. 2019-04-15 11:55:13 +02:00
LICENSE Initial commit. 2019-04-15 11:55:13 +02:00
Makefile Added install target to Makefile. 2019-04-17 17:16:16 +02:00
README Added build information to README. 2019-04-17 17:12:49 +02:00

================
*** tinyclip ***
================
A tiny clipboard application for X.

# Building
----------
## Dependencies
To compile the project you will require:
 * C99 compatible compiler (GCC is recommended)
 * UNIX Make
 * X11

## Compiling
The project is built using the `make' command. For debug information
append `DEBUG=1' to the command.

# License
---------
This project is licensed under the GNU General Public License version 3
or greater (see `LICENSE' file for more information).