Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 402 Bytes

File metadata and controls

15 lines (15 loc) · 402 Bytes

Pomodoro timer in C language - Version 1.0

Made by Maxime B. - http://maxime-brgt.me

Usage

To compile it :

make pomodoro-timer

Then just launch it like this :

./pomodoro-timer

You can change the parameters by modifying values in "./include/pomodoro.h". Once you've done it, just recompile and then launch the timer !

Requirements

The package "beep" must be install on your system.