vi-like input, theme toggle, Makefile and update README

This commit is contained in:
2023-08-03 07:10:12 +02:00
parent b9f9311e8c
commit cbf8c1cd3d
9 changed files with 92 additions and 84 deletions

View File

@ -1,2 +1,8 @@
PREFIX = /usr/local
lupan-clock: lupan-clock.c
${CC} -o $@ $< -lX11 -Wall
install:
mkdir -p ${DESTDIR}${PREFIX}/bin
cp -f lupan-clock ${DESTDIR}${PREFIX}/bin