summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2024-03-04 15:23:11 -0800
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2024-03-04 15:23:11 -0800
commitf91c93e26fe5e891545dec7b2bdeeea2d6bd56e2 (patch)
treead416fac0d54ed909d14346d230dd31423ec2b16 /Makefile
parent96adda818d355ca53e8b3d30dfc6cc87a2256003 (diff)
downloadxkbdlock-f91c93e26fe5e891545dec7b2bdeeea2d6bd56e2.tar.gz
xkbdlock-f91c93e26fe5e891545dec7b2bdeeea2d6bd56e2.tar.xz
rename
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 066d2ac..8278faf 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
CFLAGS += -O2 -Wall -Wextra -Wpedantic
LDFLAGS += -lX11
-TARGET := xlockkbd
+TARGET := xkbdlock
SRC := $(wildcard *.c)
OBJ := $(SRC:.c=.o)