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

This commit is contained in:
2018-10-06 17:35:24 +02:00
當前提交 6303374cc3
共有 2 個文件被更改,包括 503 次插入0 次删除

5
Makefile Normal 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