From 5dc85e72a002efce36b440a98b17a6c80234a142 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sat, 5 Mar 2022 00:40:32 -0600 Subject: Restructure flake source hierarchy --- pkgs/tmux-lift/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pkgs/tmux-lift/Makefile (limited to 'pkgs/tmux-lift/Makefile') 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 $@ $< -- cgit v1.2.3