From 73ae3a47a410eb2db9c3c776c0252e1feaeb2d7e Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 20 Feb 2017 10:06:38 +0100 Subject: Reorganise binaries --- i3/bin/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 i3/bin/Makefile (limited to 'i3/bin/Makefile') diff --git a/i3/bin/Makefile b/i3/bin/Makefile new file mode 100644 index 0000000..221dde7 --- /dev/null +++ b/i3/bin/Makefile @@ -0,0 +1,3 @@ +kbdlayout: kbdlayout.c + $(CC) $(CCFLAGS) -lX11 $< -o $@ + -- cgit v1.2.3