diff options
Diffstat (limited to 'tmux-lift/Makefile')
| -rw-r--r-- | tmux-lift/Makefile | 6 |
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 $@ $< |
