From f853dabe7f3585ec856669c6711df08087b65cd8 Mon Sep 17 00:00:00 2001 From: Shav Kinderlehrer Date: Mon, 17 Apr 2023 18:40:17 -0400 Subject: Fix stdin support --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 149c2ac..4f80f3e 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,7 @@ $(ODIR)/%.o: %.c $(DEPS) $(CC) -c -o $@ $< $(CFLAGS) $(LIB) $(NAME): $(OBJ) + @echo "--don't forget to set $(NAME)'s version--" $(CC) -o $(BINDIR)/$@ $^ $(CFLAGS) $(LIB) .PHONY: prep -- cgit v1.2.3