Commit: a2022aed000d3934ed2aee9af1703a96c941c21e Parent: c16c40ef0195c772aac6d24dc15eabb4a384a550 Author: Randy Palamar Date: Sun, 6 Nov 2022 11:47:24 -0700 fix small typo in previous commit Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -36,7 +36,7 @@ config.h: $(OBJ): config.h config.mk drw.h -$(PIN_OBJ): $(PIN_DEPS) +$(PIN_OBJ): $(PIN_DEP) pinentry-dmenu: $(OBJ) $(PIN_OBJ) $(CC) -o $@ $(OBJ) $(PIN_OBJ) $(LDFLAGS) $(LIBS)