aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoriamcheeseman <[hidden email]>2026-03-01 08:30:38 -0500
committeriamcheeseman <[hidden email]>2026-03-01 08:30:38 -0500
commit41175c11234c0a2a83257beb86694f3af129a689 (patch)
tree2a7be478debac86518ea269f645bec4b319fc9b5 /Makefile
parent6f1203a2990aa00e145d640b0814908ed661cb4e (diff)
fix mene's dastardly code
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 79a4243..6fdd962 100644
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,8 @@ LDFLAGS+=-lX11 -lxcb
TSAR_OUT=tsarbar
-HEADERS=
-SRC=src/tsar.c
+HEADERS=src/pipe.h
+SRC=src/tsar.c src/pipe.c
.PHONY: default run clean