diff options
author | Camil Staps | 2023-02-16 22:16:14 +0100 |
---|---|---|
committer | Camil Staps | 2023-02-16 22:16:14 +0100 |
commit | 1b8c62a2c32c35f3e271ec15861e48c8a1fd4f40 (patch) | |
tree | dd420f99fb19ea6140eee4e12960922d9bcba0a1 /i3/bin/Makefile | |
parent | Remove clean directory (outdated now that we use nitrile) (diff) |
Minor improvements to kbdlayout
Diffstat (limited to 'i3/bin/Makefile')
-rw-r--r-- | i3/bin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |