diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-03-05 00:40:32 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-03-05 00:40:32 -0600 |
| commit | 5dc85e72a002efce36b440a98b17a6c80234a142 (patch) | |
| tree | 11f0d3af31b88c079d1598a5842dc47d9e024aa9 /tmux-lift/Makefile | |
| parent | 743a205dd9bff31e0ed63ebba8dd3327614ac188 (diff) | |
Restructure flake source hierarchy
Diffstat (limited to 'tmux-lift/Makefile')
| -rw-r--r-- | tmux-lift/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tmux-lift/Makefile b/tmux-lift/Makefile deleted file mode 100644 index eee4dde..0000000 --- a/tmux-lift/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -CFLAGS+=-O3 -s - -all: lift unlift - -%: %.c - $(CC) $(CFLAGS) -o $@ $< |
