From 4fe029d89baa60121127c06f6562c8f8d41fbedb Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 5 Apr 2016 15:38:45 +0200 Subject: Migrated back to i3status; added kbdlayout --- bin/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bin/Makefile (limited to 'bin/Makefile') diff --git a/bin/Makefile b/bin/Makefile new file mode 100644 index 0000000..221dde7 --- /dev/null +++ b/bin/Makefile @@ -0,0 +1,3 @@ +kbdlayout: kbdlayout.c + $(CC) $(CCFLAGS) -lX11 $< -o $@ + -- cgit v1.2.3