add lupan-wm and lupan-clock and use them if available

This commit is contained in:
2022-01-10 21:38:37 +01:00
parent cbc2fe2b6c
commit 924ac9ccf8
7 changed files with 1018 additions and 5 deletions

2
lupan-clock/Makefile Normal file
View File

@ -0,0 +1,2 @@
lupan-clock: lupan-clock.c
${CC} -o $@ $< -lX11 -Wall