+++ /dev/null
-SHELL = /bin/bash
-PROG = odot
-BINDIR ?= /usr/bin
-STATEDIR ?= $(HOME)/.local/state
-
-
-install : main.c
- sudo gcc main.c -o '$(BINDIR)/$(PROG)'
- [[ ! -d '$(STATEDIR)/$(PROG))' ]] && mkdir -p '$(STATEDIR)/$(PROG)'
-
-clean :
- rm -rf '$(STATEDIR)/$(PROG)'
-
$ git clone https://github.com/huboles/odot.git
$ cd odot
- $ make install
+ $ sudo cc main.c -o /usr/bin/odot
+ $ mkdir $HOME/.local/state/odot
***odot*** stores current and completed tasks in plaintext .txt files, located at
$HOME/.local/state/odot.