Import from to be retired launchutils repo (without history).

This commit is contained in:
2018-10-06 17:35:24 +02:00
commit 6303374cc3
2 changed files with 503 additions and 0 deletions

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
CFLAGS=-Wall -Wextra -pedantic -std=c99 -march=native -O3
all: afkcron
afkcron: afkcron.c
$(CC) ${CFLAGS} afkcron.c -lX11 -lXss -o afkcron