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