summaryrefslogtreecommitdiff
path: root/pkgs/tmux-lift/Makefile
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-03-05 00:40:32 -0600
committerAlejandro Soto <alejandro@34project.org>2022-03-05 00:40:32 -0600
commit5dc85e72a002efce36b440a98b17a6c80234a142 (patch)
tree11f0d3af31b88c079d1598a5842dc47d9e024aa9 /pkgs/tmux-lift/Makefile
parent743a205dd9bff31e0ed63ebba8dd3327614ac188 (diff)
Restructure flake source hierarchy
Diffstat (limited to 'pkgs/tmux-lift/Makefile')
-rw-r--r--pkgs/tmux-lift/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/tmux-lift/Makefile b/pkgs/tmux-lift/Makefile
new file mode 100644
index 0000000..eee4dde
--- /dev/null
+++ b/pkgs/tmux-lift/Makefile
@@ -0,0 +1,6 @@
+CFLAGS+=-O3 -s
+
+all: lift unlift
+
+%: %.c
+ $(CC) $(CFLAGS) -o $@ $<