From c2592d1fcd265432322b587dce0528a16e485123 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Fri, 4 Mar 2022 21:48:44 -0600 Subject: Initial commit --- tmux-lift/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tmux-lift/Makefile (limited to 'tmux-lift/Makefile') 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 $@ $< -- cgit v1.2.3