From 1b8c62a2c32c35f3e271ec15861e48c8a1fd4f40 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 16 Feb 2023 22:16:14 +0100 Subject: Minor improvements to kbdlayout --- i3/bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i3/bin/Makefile') diff --git a/i3/bin/Makefile b/i3/bin/Makefile index 221dde7..b4886a1 100644 --- a/i3/bin/Makefile +++ b/i3/bin/Makefile @@ -1,3 +1,3 @@ kbdlayout: kbdlayout.c - $(CC) $(CCFLAGS) -lX11 $< -o $@ + $(CC) $(CCFLAGS) $< -o $@ -lX11 -- cgit v1.2.3