summaryrefslogtreecommitdiff
path: root/tmux-lift/Makefile
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-03-04 21:48:44 -0600
committerAlejandro Soto <alejandro@34project.org>2022-03-04 22:25:18 -0600
commitc2592d1fcd265432322b587dce0528a16e485123 (patch)
treefe50d46c2fbba78adce0926c14b189c30a0b6c26 /tmux-lift/Makefile
Initial commit
Diffstat (limited to 'tmux-lift/Makefile')
-rw-r--r--tmux-lift/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/tmux-lift/Makefile b/tmux-lift/Makefile
new file mode 100644
index 0000000..eee4dde
--- /dev/null
+++ b/tmux-lift/Makefile
@@ -0,0 +1,6 @@
+CFLAGS+=-O3 -s
+
+all: lift unlift
+
+%: %.c
+ $(CC) $(CFLAGS) -o $@ $<